Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DBackgroundCallAudioTest.java5 import static android.telecom.cts.TestUtils.waitOnAllHandlers;
214 waitOnAllHandlers(getInstrumentation()); in testAudioProcessingFromCallScreeningRemoteHangupDuringRing()
252 waitOnAllHandlers(getInstrumentation()); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall()
260 waitOnAllHandlers(getInstrumentation()); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall()
298 waitOnAllHandlers(getInstrumentation()); in testAudioProcessingFromIncomingActivePlaceEmergencyCall()
301 waitOnAllHandlers(getInstrumentation()); in testAudioProcessingFromIncomingActivePlaceEmergencyCall()
323 waitOnAllHandlers(getInstrumentation()); in testAudioProcessActiveCall()
345 waitOnAllHandlers(getInstrumentation()); in testAudioProcessActiveCallMissed()
366 waitOnAllHandlers(getInstrumentation()); in testAudioProcessActiveCallRemoteHangup()
391 waitOnAllHandlers(getInstrumentation()); in testAudioProcessOutgoingActiveEmergencyCallPlaced()
[all …]
DNonUiInCallServiceTest.java4 import static android.telecom.cts.TestUtils.waitOnAllHandlers;
36 waitOnAllHandlers(getInstrumentation()); in tearDown()
55 waitOnAllHandlers(getInstrumentation()); in testMidCallComponentEnablement()
67 waitOnAllHandlers(getInstrumentation()); in testMidCallComponentEnablement()
DRttOperationsTest.java66 TestUtils.waitOnAllHandlers(getInstrumentation()); in testOutgoingRttCall()
80 TestUtils.waitOnAllHandlers(getInstrumentation()); in testIncomingRttCall()
104 TestUtils.waitOnAllHandlers(getInstrumentation()); in testLocalRttUpgradeAccepted()
125 TestUtils.waitOnAllHandlers(getInstrumentation()); in testLocalRttUpgradeRejected()
151 TestUtils.waitOnAllHandlers(getInstrumentation()); in testAcceptRemoteRttUpgrade()
175 TestUtils.waitOnAllHandlers(getInstrumentation()); in testRejectRemoteRttRequest()
196 TestUtils.waitOnAllHandlers(getInstrumentation()); in testLocalRttTermination()
218 TestUtils.waitOnAllHandlers(getInstrumentation()); in testRemoteRttTermination()
DExternalCallTest.java97 TestUtils.waitOnAllHandlers(getInstrumentation()); in testNonPullableExternalCall()
124 TestUtils.waitOnAllHandlers(getInstrumentation()); in testPullCallCapabilityRemovedInEmergencyCall()
146 TestUtils.waitOnAllHandlers(getInstrumentation()); in testTryToPullCallWhileInEmergencyCall()
DThirdPartyCallScreeningServiceTest.java20 import static android.telecom.cts.TestUtils.waitOnAllHandlers;
325 waitOnAllHandlers(getInstrumentation()); in testNoPostCallActivityWhenAudioProcessing()
331 waitOnAllHandlers(getInstrumentation()); in testNoPostCallActivityWhenAudioProcessing()
347 waitOnAllHandlers(getInstrumentation()); in testNoPostCallActivityForOutgoingEmergencyCall()
366 waitOnAllHandlers(getInstrumentation()); in testNoPostCallActivityForIncomingEmergencyCall()
417 waitOnAllHandlers(getInstrumentation()); in addIncoming()
DSelfManagedConnectionServiceTest.java42 import static android.telecom.cts.TestUtils.waitOnAllHandlers;
609 waitOnAllHandlers(getInstrumentation()); in testCallLimit()
644 TestUtils.waitOnAllHandlers(getInstrumentation()); in testDisconnectSelfManagedCallForEmergency()
667 TestUtils.waitOnAllHandlers(getInstrumentation()); in testEmergencyCallOngoingNewOutgoingCall()
694 TestUtils.waitOnAllHandlers(getInstrumentation()); in testEmergencyCallOngoingIncomingCall()
DConnectionServiceTest.java140 waitOnAllHandlers(getInstrumentation()); in testVoipAudioModePropagation()
159 waitOnAllHandlers(getInstrumentation()); in testVoipAudioModePropagation()
239 TestUtils.waitOnAllHandlers(getInstrumentation()); in testConnectionServiceFocusGainedWithDifferentConnectionService()
DTelecomManagerTest.java168 TestUtils.waitOnAllHandlers(getInstrumentation()); in testIsInEmergencyCall_ongoingEmergencyCall()
DTestUtils.java417 public static void waitOnAllHandlers(Instrumentation instrumentation) { in waitOnAllHandlers() method in TestUtils
575 waitOnAllHandlers(instrumentation); in addIncomingCall()
612 waitOnAllHandlers(instrumentation); in placeOutgoingCall()
DBaseTelecomTestWithMockServices.java745 TestUtils.waitOnAllHandlers(getInstrumentation()); in placeAndVerifyCall()
784 TestUtils.waitOnAllHandlers(getInstrumentation()); in placeAndVerifyEmergencyCall()
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallServiceTest.java87 TestUtils.waitOnAllHandlers(getInstrumentation()); in setUp()