FileDocCategorySizeDatePackage
TelephonyProperties.javaAPI DocAndroid 1.5 API3337Wed May 06 22:42:02 BST 2009com.android.internal.telephony

TelephonyProperties

public interface TelephonyProperties
Contains a list of string constants used to get or set telephone properties in the system. You can use {@link android.os.SystemProperties os.SystemProperties} to get and set these values.
hide

Fields Summary
static final String
PROPERTY_BASEBAND_VERSION
Baseband version Availability: property is available any time radio is on
static final String
PROPERTY_RIL_IMPL
Radio Interface Layer (RIL) library implementation.
static final String
PROPERTY_OPERATOR_ALPHA
Alpha name of current registered operator. Availability: when registered to a network
static final String
PROPERTY_OPERATOR_NUMERIC
Numeric name (MCC+MNC) of current registered operator. Availability: when registered to a network
static final String
PROPERTY_OPERATOR_ISROAMING
'true' if the device is considered roaming on this network for GSM purposes. Availability: when registered to a network
static final String
PROPERTY_OPERATOR_ISO_COUNTRY
The ISO country code equivalent of the current registered operator's MCC (Mobile Country Code) Availability: when registered to a network
static String
PROPERTY_SIM_STATE
One of "UNKNOWN" "ABSENT" "PIN_REQUIRED" "PUK_REQUIRED" "NETWORK_LOCKED" or "READY"
static String
PROPERTY_SIM_OPERATOR_NUMERIC
The MCC+MNC (mobile country code+mobile network code) of the provider of the SIM. 5 or 6 decimal digits. Availablity: SIM state must be "READY"
static String
PROPERTY_SIM_OPERATOR_ALPHA
PROPERTY_SIM_OPERATOR_ALPHA is also known as the SPN, or Service Provider Name. Availablity: SIM state must be "READY"
static String
PROPERTY_SIM_OPERATOR_ISO_COUNTRY
ISO country code equivalent for the SIM provider's country code
static String
PROPERTY_DATA_NETWORK_TYPE
Indicates the available radio technology. Values include: "unknown", "GPRS", "EDGE" and "UMTS".
Constructors Summary
Methods Summary