Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTest.java212 assertEquals("numeric", ss.getVoiceOperatorNumeric()); in testOperatorName()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java115 doReturn("123456").when(mServiceState).getVoiceOperatorNumeric(); in setUp()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java810 public String getVoiceOperatorNumeric() { in getVoiceOperatorNumeric() method in ServiceState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java893 if (serviceState.getVoiceOperatorNumeric() != null) { in toServiceStateProto()
894 ssProto.voiceOperator.numeric = serviceState.getVoiceOperatorNumeric(); in toServiceStateProto()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java5080 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()
5104 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()