Home
last modified time | relevance | path

Searched refs:waitForCount (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DRemoteConnectionTest.java182 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConnectionCallbacks_StateChange()
208 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConnectionCallbacks_RingbackRequest()
237 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConnectionCallbacks_ConnectionCapabilities()
266 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConnectionCallbacks_PostDialWait()
293 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConnectionCallbacks_PostDialChar()
319 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConnectionCallbacks_VoipAudio()
346 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConnectionCallbacks_StatusHints()
374 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConnectionCallbacks_AddressChange()
403 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConnectionCallbacks_CallerDisplayName()
430 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConnectionCallbacks_VideoState()
[all …]
DExtendedInCallServiceTest.java107 mOnCallAudioStateChangedCounter.waitForCount(currentInvokeCount + 1, in testSwitchAudioRoutes()
113 mOnCallAudioStateChangedCounter.waitForCount(currentInvokeCount + 2, in testSwitchAudioRoutes()
345 mOnBringToForegroundCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testOnBringToForeground()
351 mOnBringToForegroundCounter.waitForCount(2, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testOnBringToForeground()
372 mOnPostDialWaitCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testOnPostDialWaitAndContinue()
380 counter.waitForCount(1); in testOnPostDialWaitAndContinue()
384 counter.waitForCount(2); in testOnPostDialWaitAndContinue()
DRemoteConferenceTest.java221 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConferenceCallbacks_StateChange()
249 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConferenceCallbacks_Disconnect()
279 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConferenceCallbacks_ConnectionAdd()
311 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConferenceCallbacks_ConnectionRemove()
340 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConferenceCallbacks_ConnectionCapabilities()
373 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConferenceCallbacks_ConferenceableConnections()
400 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConferenceCallbacks_Destroy()
426 callbackInvoker.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testRemoteConferenceCallbacks_Extras()
DBaseTelecomTestWithMockServices.java903 public void waitForCount(int count) { in waitForCount() method in BaseTelecomTestWithMockServices.InvokeCounter
904 waitForCount(count, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in waitForCount()
907 public void waitForCount(int count, long timeoutMillis) { in waitForCount() method in BaseTelecomTestWithMockServices.InvokeCounter
908 waitForCount(count, timeoutMillis, null); in waitForCount()
911 public void waitForCount(int count, long timeoutMillis, String message) { in waitForCount() method in BaseTelecomTestWithMockServices.InvokeCounter
/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java269 counter.waitForCount(count, OPERATION_TIMEOUT); in waitForCallbackCallCount()
524 public void waitForCount(int count, long timeoutMillis) throws TimeoutException { in waitForCount() method in BasePrintTest.CallCounter