Searched refs:TestTelephonyCallback (Results 1 – 3 of 3) sorted by relevance
519 TestTelephonyCallback testCb = new TestTelephonyCallback(queue); in testNotifyPreciseCallStateWithImsCall()568 TestTelephonyCallback testCb = new TestTelephonyCallback(queue); in testNotifyPreciseCallStateWithCsCall()715 TestTelephonyCallback testCb = new TestTelephonyCallback(queue); in testNotifyOutgoingEmergencyCall()732 private class TestTelephonyCallback extends TelephonyCallback class in TelephonyRegistryManagerTest739 TestTelephonyCallback(LinkedBlockingQueue<List<CallState>> queue) { in TestTelephonyCallback() method in TelephonyRegistryManagerTest.TestTelephonyCallback
1316 ImsCallingTest.TestTelephonyCallback testCb = in testNotifyMediaCallStatusChanged()1317 new ImsCallingTest.TestTelephonyCallback(queue); in testNotifyMediaCallStatusChanged()1556 private class TestTelephonyCallback extends TelephonyCallback class in ImsCallingTest1559 TestTelephonyCallback(LinkedBlockingQueue<MediaQualityStatus> queue) { in TestTelephonyCallback() method in ImsCallingTest.TestTelephonyCallback
154 TestTelephonyCallback mTelephonyCallback;238 static class TestTelephonyCallback extends TelephonyCallback implements class in BaseTelecomTestWithMockServices335 mTelephonyCallback = new TestTelephonyCallback(); in setUp()