Home
last modified time | relevance | path

Searched defs:TestTelephonyCallback (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
H A DImsCallingTest.java1653 private class TestTelephonyCallback extends TelephonyCallback class in ImsCallingTest
1656 TestTelephonyCallback(LinkedBlockingQueue<MediaQualityStatus> queue) { in TestTelephonyCallback() method in ImsCallingTest.TestTelephonyCallback
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/
H A DTelephonyRegistryManagerTest.java887 private static class TestTelephonyCallback extends TelephonyCallback class in TelephonyRegistryManagerTest
894 TestTelephonyCallback(LinkedBlockingQueue<List<CallState>> queue) { in TestTelephonyCallback() method in TelephonyRegistryManagerTest.TestTelephonyCallback
/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/
H A DBaseTelecomTestWithMockServices.java240 static class TestTelephonyCallback extends TelephonyCallback implements class in BaseTelecomTestWithMockServices