Searched refs:initialCarrierServiceState (Results 1 – 1 of 1) sorted by relevance
349 Pair<String, Integer> initialCarrierServiceState = in testCarrierPrivilegesCallback() local351 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()