Searched refs:ServiceStateContainer (Results 1 – 3 of 3) sorted by relevance
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
D | JsonBuilder.java | 1636 info.put(TelephonyConstants.ServiceStateContainer.VOICE_REG_STATE, in buildServiceState() 1638 info.put(TelephonyConstants.ServiceStateContainer.VOICE_NETWORK_TYPE, in buildServiceState() 1640 info.put(TelephonyConstants.ServiceStateContainer.DATA_REG_STATE, in buildServiceState() 1642 info.put(TelephonyConstants.ServiceStateContainer.DATA_NETWORK_TYPE, in buildServiceState() 1644 info.put(TelephonyConstants.ServiceStateContainer.OPERATOR_NAME, ss.getOperatorAlphaLong()); in buildServiceState() 1645 info.put(TelephonyConstants.ServiceStateContainer.OPERATOR_ID, ss.getOperatorNumeric()); in buildServiceState() 1646 info.put(TelephonyConstants.ServiceStateContainer.IS_MANUAL_NW_SELECTION, in buildServiceState() 1648 info.put(TelephonyConstants.ServiceStateContainer.ROAMING, ss.getRoaming()); in buildServiceState() 1649 info.put(TelephonyConstants.ServiceStateContainer.IS_EMERGENCY_ONLY, ss.isEmergencyOnly()); in buildServiceState() 1650 info.put(TelephonyConstants.ServiceStateContainer.NETWORK_ID, ss.getCdmaNetworkId()); in buildServiceState() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | TelephonyEvents.java | 242 TelephonyConstants.ServiceStateContainer.SUBSCRIPTION_ID, in toJSON()
|
D | TelephonyConstants.java | 476 public static class ServiceStateContainer { class in TelephonyConstants
|