Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTest.java49 assertEquals(ServiceState.ROAMING_TYPE_DOMESTIC, ss.getDataRoamingType()); in testRoaming()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java502 public int getDataRoamingType() { in getDataRoamingType() method in ServiceState
DTelephony.java3049 values.put(DATA_ROAMING_TYPE, state.getDataRoamingType()); in getContentValuesForServiceState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java102 doReturn(ROAMING_TYPE_DOMESTIC).when(mServiceState).getDataRoamingType(); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java587 ssProto.dataRoamingType = serviceState.getDataRoamingType(); in toServiceStateProto()