Home
last modified time | relevance | path

Searched refs:dataRoamingType (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DServiceStateStatsTest.java129 assertEquals(ServiceState.ROAMING_TYPE_NOT_ROAMING, state.dataRoamingType); in conclude_inService()
160 assertEquals(ServiceState.ROAMING_TYPE_NOT_ROAMING, state.dataRoamingType); in conclude_outOfService()
227 assertEquals(ServiceState.ROAMING_TYPE_NOT_ROAMING, state.dataRoamingType); in conclude_noSimCardEmergencyOnly()
260 assertEquals(ServiceState.ROAMING_TYPE_NOT_ROAMING, state.dataRoamingType); in conclude_noSimCardOutOfService()
290 assertEquals(ServiceState.ROAMING_TYPE_NOT_ROAMING, state.dataRoamingType); in conclude_longOnGoingServiceState()
300 assertEquals(ServiceState.ROAMING_TYPE_NOT_ROAMING, state.dataRoamingType); in conclude_longOnGoingServiceState()
327 assertEquals(ServiceState.ROAMING_TYPE_NOT_ROAMING, state.dataRoamingType); in update_sameRats()
362 assertEquals(ServiceState.ROAMING_TYPE_NOT_ROAMING, state.dataRoamingType); in update_differentDataRats()
372 assertEquals(ServiceState.ROAMING_TYPE_NOT_ROAMING, state.dataRoamingType); in update_differentDataRats()
412 assertEquals(ServiceState.ROAMING_TYPE_NOT_ROAMING, state.dataRoamingType); in update_differentVoiceRats()
[all …]
H A DTelephonyMetricsTest.java755 assertEquals(RoamingType.ROAMING_TYPE_DOMESTIC, state.dataRoamingType); in testWriteServiceStateChanged()
803 assertEquals(RoamingType.ROAMING_TYPE_DOMESTIC, state.dataRoamingType); in testReset()
H A DPersistAtomsStorageTest.java402 mServiceState1Proto.dataRoamingType = ServiceState.ROAMING_TYPE_NOT_ROAMING; in makeTestData()
414 mServiceState2Proto.dataRoamingType = ServiceState.ROAMING_TYPE_NOT_ROAMING; in makeTestData()
426 mServiceState3Proto.dataRoamingType = ServiceState.ROAMING_TYPE_INTERNATIONAL; in makeTestData()
438 mServiceState4Proto.dataRoamingType = ServiceState.ROAMING_TYPE_INTERNATIONAL; in makeTestData()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DServiceStateStats.java90 newState.dataRoamingType = serviceState.getDataRoamingType(); in onServiceStateChanged()
209 copy.dataRoamingType = state.dataRoamingType; in copyOf()
H A DPersistAtomsStorage.java1188 && state.dataRoamingType == key.dataRoamingType in find()
H A DMetricsCollector.java664 state.dataRoamingType, in buildStatsEvent()
H A DTelephonyMetrics.java981 ssProto.dataRoamingType = serviceState.getDataRoamingType(); in toServiceStateProto()
/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DServiceStateProviderTest.java362 final int dataRoamingType = ss.getDataRoamingType(); in verifyServiceStateForSubId() local
389 assertEquals(dataRoamingType, cursor.getInt(3)); in verifyServiceStateForSubId()
/aosp12/frameworks/base/core/api/
H A Dsystem-removed.txt93 field @Deprecated public static final String EXTRA_DATA_ROAMING_TYPE = "dataRoamingType";