Fields Summary |
---|
static final String | PROPERTY_BASEBAND_VERSIONBaseband version
Availability: property is available any time radio is on |
static final String | PROPERTY_RIL_IMPLRadio Interface Layer (RIL) library implementation. |
static final String | PROPERTY_OPERATOR_ALPHAAlpha name of current registered operator.
Availability: when registered to a network. Result may be unreliable on
CDMA networks. |
static final String | PROPERTY_OPERATOR_NUMERICNumeric name (MCC+MNC) of current registered operator.
Availability: when registered to a network. Result may be unreliable on
CDMA networks. |
static final String | PROPERTY_OPERATOR_ISMANUAL'true' if the device is on a manually selected network
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_COUNTRYThe ISO country code equivalent of the current registered operator's
MCC (Mobile Country Code)
Availability: when registered to a network. Result may be unreliable on
CDMA networks. |
static final String | PROPERTY_LTE_ON_CDMA_PRODUCT_TYPEThe contents of this property is the value of the kernel command line
product_type variable that corresponds to a product that supports LTE on CDMA.
{@see BaseCommands#getLteOnCdmaMode()} |
static final String | PROPERTY_LTE_ON_CDMA_DEVICEThe contents of this property is the one of {@link Phone#LTE_ON_CDMA_TRUE} or
{@link Phone#LTE_ON_CDMA_FALSE}. If absent the value will assumed to be false
and the {@see #PROPERTY_LTE_ON_CDMA_PRODUCT_TYPE} will be used to determine its
final value which could also be {@link Phone#LTE_ON_CDMA_FALSE}.
{@see BaseCommands#getLteOnCdmaMode()} |
static final String | CURRENT_ACTIVE_PHONE |
static String | PROPERTY_SIM_STATEOne of "UNKNOWN" "ABSENT" "PIN_REQUIRED"
"PUK_REQUIRED" "NETWORK_LOCKED" or "READY" |
static String | PROPERTY_ICC_OPERATOR_NUMERICThe MCC+MNC (mobile country code+mobile network code) of the
provider of the SIM. 5 or 6 decimal digits.
Availability: SIM state must be "READY" |
static String | PROPERTY_ICC_OPERATOR_ALPHAPROPERTY_ICC_OPERATOR_ALPHA is also known as the SPN, or Service Provider Name.
Availability: SIM state must be "READY" |
static String | PROPERTY_ICC_OPERATOR_ISO_COUNTRYISO country code equivalent for the SIM provider's country code |
static String | PROPERTY_DATA_NETWORK_TYPEIndicates the available radio technology. Values include: "unknown" ,
"GPRS" , "EDGE" and "UMTS" . |
static final String | PROPERTY_INECM_MODEIndicate if phone is in emergency callback mode |
static final String | PROPERTY_ECM_EXIT_TIMERIndicate the timer value for exiting emergency callback mode |
static final String | PROPERTY_OPERATOR_IDP_STRINGthe international dialing prefix of current operator network |
static final String | PROPERTY_OTASP_NUM_SCHEMADefines the schema for the carrier specified OTASP number |
static final String | PROPERTY_DISABLE_CALLDisable all calls including Emergency call when it set to true. |
static final String | PROPERTY_RIL_SENDS_MULTIPLE_CALL_RINGSet to true for vendor RIL's that send multiple UNSOL_CALL_RING notifications. |
static final String | PROPERTY_CALL_RING_DELAYThe number of milliseconds between CALL_RING notifications. |
static final String | PROPERTY_CDMA_MSG_IDTrack CDMA SMS message id numbers to ensure they increment
monotonically, regardless of reboots. |
static final String | PROPERTY_WAKE_LOCK_TIMEOUTProperty to override DEFAULT_WAKE_LOCK_TIMEOUT |
static final String | PROPERTY_RESET_ON_RADIO_TECH_CHANGESet to true to indicate that the modem needs to be reset
when there is a radio technology change. |
static final String | PROPERTY_SMS_RECEIVESet to false to disable SMS receiving, default is
the value of config_sms_capable |
static final String | PROPERTY_SMS_SENDSet to false to disable SMS sending, default is
the value of config_sms_capable |
static final String | PROPERTY_TEST_CSIMSet to true to indicate a test CSIM card is used in the device.
This property is for testing purpose only. This should not be defined
in commercial configuration. |
static final String | PROPERTY_IGNORE_NITZIgnore RIL_UNSOL_NITZ_TIME_RECEIVED completely, used for debugging/testing. |
static final String | PROPERTY_MULTI_SIM_CONFIGProperty to set multi sim feature.
Type: String(dsds, dsda) |
static final String | PROPERTY_DEFAULT_SUBSCRIPTIONProperty to store default subscription. |
static final String | PROPERTY_MMS_TRANSACTIONProperty to enable MMS Mode.
Type: string ( default = silent, enable to = prompt ) |
static final String | PROPERTY_SIM_COUNTSet to the sim count. |