/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | VideoProviderTest.java | 136 mVerificationLock.await(TEST_TIMEOUT, TimeUnit.MILLISECONDS); in testCameraChange() 143 verify(mVideoCallCallback, timeout(TEST_TIMEOUT).times(2)) in testCameraChange() 268 mVerificationLock.await(TEST_TIMEOUT, TimeUnit.MILLISECONDS); in testSessionModifyRequest() 277 verify(mVideoCallCallback, timeout(TEST_TIMEOUT)) in testSessionModifyRequest() 318 mVerificationLock.await(TEST_TIMEOUT, TimeUnit.MILLISECONDS); in testRequestCameraCapabilities() 320 verify(mVideoCallCallback, timeout(TEST_TIMEOUT)) in testRequestCameraCapabilities() 353 mVerificationLock.await(TEST_TIMEOUT, TimeUnit.MILLISECONDS); in testRequestDataUsage() 355 verify(mVideoCallCallback, timeout(TEST_TIMEOUT)) in testRequestDataUsage() 370 mVerificationLock.await(TEST_TIMEOUT, TimeUnit.MILLISECONDS); in testReceiveSessionModifyRequest() 374 verify(mVideoCallCallback, timeout(TEST_TIMEOUT)) in testReceiveSessionModifyRequest() [all …]
|
D | BasicCallTests.java | 139 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingCall() 167 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingVideoCall() 194 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingVideoCallAsAudio() 222 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingInvalidVideoState() 291 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT); in testIncomingCallFromContactWithSendToVoicemailIsRejected() 339 verify(mInCallServiceFixtureX.getTestDouble(), timeout(TEST_TIMEOUT)) in testIncomingCallCallerInfoLookupTimesOutIsAllowed() 341 verify(mInCallServiceFixtureY.getTestDouble(), timeout(TEST_TIMEOUT)) in testIncomingCallCallerInfoLookupTimesOutIsAllowed() 354 verify(mInCallServiceFixtureX.getTestDouble(), timeout(TEST_TIMEOUT)) in testIncomingCallCallerInfoLookupTimesOutIsAllowed() 356 verify(mInCallServiceFixtureY.getTestDouble(), timeout(TEST_TIMEOUT)) in testIncomingCallCallerInfoLookupTimesOutIsAllowed() 406 latch.await(TEST_TIMEOUT * 2, TimeUnit.MILLISECONDS); in testIncomingCallBlockCheckTimesoutIsAllowed() [all …]
|
D | ContactsAsyncHelperTest.java | 52 private static final int TEST_TIMEOUT = 500; field in ContactsAsyncHelperTest 97 verify(mListener, timeout(TEST_TIMEOUT).never()).onImageLoadComplete(anyInt(), in testEmptyUri() 106 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN), in testNullReturnFromOpenInputStream() 118 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN), in testImageScaling() 138 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN), in testNoScaling()
|
D | AsyncBlockCheckFilterTest.java | 62 private static final int TEST_TIMEOUT = 100; field in AsyncBlockCheckFilterTest 81 verify(mCallback, timeout(TEST_TIMEOUT)) in testBlockNumber() 95 verify(mCallback, timeout(TEST_TIMEOUT)) in testDontBlockNumber()
|
D | TelecomSystemTest.java | 95 static final int TEST_TIMEOUT = 1000; // milliseconds field in TelecomSystemTest 299 .thenReturn(TEST_TIMEOUT / 10L); in setupTelecomSystem() 604 verify(blockedNumberProvider, timeout(TEST_TIMEOUT)).call( in startIncomingPhoneCall() 616 verify(mInCallServiceFixtureX.getTestDouble(), timeout(TEST_TIMEOUT)) in startIncomingPhoneCall() 618 verify(mInCallServiceFixtureY.getTestDouble(), timeout(TEST_TIMEOUT)) in startIncomingPhoneCall() 638 verify(mInCallServiceFixtureX.getTestDouble(), timeout(TEST_TIMEOUT)) in startIncomingPhoneCall() 640 verify(mInCallServiceFixtureY.getTestDouble(), timeout(TEST_TIMEOUT)) in startIncomingPhoneCall() 740 while (elapsed < TEST_TIMEOUT) { in assertTrueWithTimeout()
|
D | VideoCallTests.java | 131 waitForHandlerAction(carsm.getHandler(), TEST_TIMEOUT); in verifyAudioRoute() local
|
D | CallAudioRouteStateMachineTest.java | 117 private static final int TEST_TIMEOUT = 500; field in CallAudioRouteStateMachineTest 778 verify(mockCallsManager, timeout(TEST_TIMEOUT).atLeastOnce()).onCallAudioStateChanged( in verifyNewSystemCallAudioState() 780 verify(mockConnectionServiceWrapper, timeout(TEST_TIMEOUT).atLeastOnce()) in verifyNewSystemCallAudioState()
|
D | ConnectionServiceFixture.java | 531 mExtrasLock.await(TelecomSystemTest.TEST_TIMEOUT, TimeUnit.MILLISECONDS); in waitForExtras()
|