Searched refs:ServiceStateContainer (Results 1 – 3 of 3) sorted by relevance
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
D | JsonBuilder.java | 1408 info.put(TelephonyConstants.ServiceStateContainer.VOICE_REG_STATE, in buildServiceState() 1410 info.put(TelephonyConstants.ServiceStateContainer.VOICE_NETWORK_TYPE, in buildServiceState() 1412 info.put(TelephonyConstants.ServiceStateContainer.DATA_REG_STATE, in buildServiceState() 1414 info.put(TelephonyConstants.ServiceStateContainer.DATA_NETWORK_TYPE, in buildServiceState() 1416 info.put(TelephonyConstants.ServiceStateContainer.OPERATOR_NAME, ss.getOperatorAlphaLong()); in buildServiceState() 1417 info.put(TelephonyConstants.ServiceStateContainer.OPERATOR_ID, ss.getOperatorNumeric()); in buildServiceState() 1418 info.put(TelephonyConstants.ServiceStateContainer.IS_MANUAL_NW_SELECTION, in buildServiceState() 1420 info.put(TelephonyConstants.ServiceStateContainer.ROAMING, ss.getRoaming()); in buildServiceState() 1421 info.put(TelephonyConstants.ServiceStateContainer.IS_EMERGENCY_ONLY, ss.isEmergencyOnly()); in buildServiceState() 1422 info.put(TelephonyConstants.ServiceStateContainer.NETWORK_ID, ss.getCdmaNetworkId()); in buildServiceState() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | TelephonyEvents.java | 241 TelephonyConstants.ServiceStateContainer.SUBSCRIPTION_ID, in toJSON()
|
D | TelephonyConstants.java | 411 public static class ServiceStateContainer { class in TelephonyConstants
|