Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyRegistryManagerTest.java349 Pair<String, Integer> initialCarrierServiceState = in testCarrierPrivilegesCallback() local
351 assertNotNull(initialCarrierServiceState); in testCarrierPrivilegesCallback()
416 trm.notifyCarrierServiceChanged(0, initialCarrierServiceState.first, in testCarrierPrivilegesCallback()
417 initialCarrierServiceState.second); in testCarrierPrivilegesCallback()
426 assertEquals(initialCarrierServiceState.first, carrierServiceResult.first); in testCarrierPrivilegesCallback()
427 assertEquals(initialCarrierServiceState.second, carrierServiceResult.second); in testCarrierPrivilegesCallback()