Home
last modified time | relevance | path

Searched refs:getVoiceOperatorNumeric (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTest.java130 assertEquals("numeric", ss.getVoiceOperatorNumeric()); in testOperatorName()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java639 public String getVoiceOperatorNumeric() { in getVoiceOperatorNumeric() method in ServiceState
DTelephony.java3082 values.put(VOICE_OPERATOR_NUMERIC, state.getVoiceOperatorNumeric()); in getContentValuesForServiceState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java600 if (serviceState.getVoiceOperatorNumeric() != null) { in toServiceStateProto()
601 ssProto.voiceOperator.numeric = serviceState.getVoiceOperatorNumeric(); in toServiceStateProto()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java107 doReturn("123456").when(mServiceState).getVoiceOperatorNumeric(); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java4835 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()
4859 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()
/frameworks/base/config/
Dboot-image-profile.txt30528 HSPLandroid/telephony/ServiceState;->getVoiceOperatorNumeric()Ljava/lang/String;