Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTest.java133 assertEquals("numeric", ss.getDataOperatorNumeric()); in testOperatorName()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyEventLog.java241 || !equals(mDataOperatorNumeric, serviceState.getDataOperatorNumeric())) { in writeServiceStateChanged()
245 mDataOperatorNumeric = serviceState.getDataOperatorNumeric(); in writeServiceStateChanged()
DServiceStateTracker.java4732 if (inSameCountry(currentServiceState.getDataOperatorNumeric())) { in setRoamingType()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java611 public String getDataOperatorNumeric() { in getDataOperatorNumeric() method in ServiceState