Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerFgsBgStartTest.java250 waiter.doWait(WAITFOR_MSEC); in testFgsLocationStartFromBG()
274 waiter.doWait(WAITFOR_MSEC); in testFgsLocationStartFromBG()
308 waiter.doWait(WAITFOR_MSEC); in testFgsLocationStartFromBG()
357 waiter.doWait(WAITFOR_MSEC); in testFgsLocationStartFromBGTwoProcesses()
385 waiter.doWait(WAITFOR_MSEC); in testFgsLocationStartFromBGTwoProcesses()
443 waiter.doWait(WAITFOR_MSEC); in testFgsLocationPendingIntent()
462 waiter.doWait(WAITFOR_MSEC); in testFgsLocationPendingIntent()
477 waiter.doWait(WAITFOR_MSEC); in testFgsLocationPendingIntent()
507 waiter.doWait(WAITFOR_MSEC); in testFgsLocationPendingIntent()
569 waiter.doWait(WAITFOR_MSEC); in testFgsLocationStartFromBGWithBind()
[all …]
DBroadcastOptionsIntegrationTest.java69 waiter.doWait(WAITFOR_MSEC); in assertBroadcastSuccess()
80 assertThrows(Exception.class, () -> waiter.doWait(WAITFOR_MSEC)); in assertBroadcastFailure()
DActivityManagerApi29Test.java258 waiter.doWait(WAITFOR_MSEC); in testAppOpsHistoricalOps()
263 waiter.doWait(WAITFOR_MSEC); in testAppOpsHistoricalOps()
DActivityManagerProcessStateTest.java1023 Intent resultIntent = waiter.doWait(WAIT_TIME * 2); in testBackgroundCheckActivityService()
1285 Intent resultIntent = waiter.doWait(WAIT_TIME); in testBgRestrictedForegroundService()
2322 waiter.doWait(WAITFOR_MSEC); in testFgsSticky1()
2340 waiter.doWait(WAITFOR_MSEC); in testFgsSticky2()
2361 waiter.doWait(WAITFOR_MSEC); in testFgsSticky3()
2376 waiter.doWait(WAITFOR_MSEC); in testFgsSticky3()
2473 waiter.doWait(WAITFOR_MSEC); in testFgsStickyInternal()
/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DWaitForBroadcast.java65 public Intent doWait(long timeout) { in doWait() method in WaitForBroadcast