Home
last modified time | relevance | path

Searched refs:waitOnLocalMainLooper (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DRttOperationsTest.java223 TestUtils.waitOnLocalMainLooper(TestUtils.WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in verifyRttDisabled()
229 TestUtils.waitOnLocalMainLooper(TestUtils.WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in verifyRttEnabled()
DCallRedirectionServiceTest.java245 TestUtils.waitOnLocalMainLooper(TestUtils.WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testServiceUnbindOnNullBinding()
DBaseTelecomTestWithMockServices.java876 TestUtils.waitOnLocalMainLooper(WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in placeAndVerifyNoCall()
901 TestUtils.waitOnLocalMainLooper(WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in placeAndVerifyCall()
DTestUtils.java563 public static void waitOnLocalMainLooper(long timeoutMs) { in waitOnLocalMainLooper() method in TestUtils