Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTest.java130 assertEquals("numeric", ss.getVoiceOperatorNumeric()); in testOperatorName()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyEventLog.java231 || !equals(mVoiceOperatorNumeric, serviceState.getVoiceOperatorNumeric())) { in writeServiceStateChanged()
235 mVoiceOperatorNumeric = serviceState.getVoiceOperatorNumeric(); in writeServiceStateChanged()
DServiceStateTracker.java4661 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()
4685 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java602 public String getVoiceOperatorNumeric() { in getVoiceOperatorNumeric() method in ServiceState