Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerFgsBgStartTest.java187 waiter.doWait(WAITFOR_MSEC); in testFgsLocationStartFromBG()
210 waiter.doWait(WAITFOR_MSEC); in testFgsLocationStartFromBG()
244 waiter.doWait(WAITFOR_MSEC); in testFgsLocationStartFromBG()
289 waiter.doWait(WAITFOR_MSEC); in testFgsLocationStartFromBGTwoProcesses()
317 waiter.doWait(WAITFOR_MSEC); in testFgsLocationStartFromBGTwoProcesses()
373 waiter.doWait(WAITFOR_MSEC); in testFgsLocationPendingIntent()
391 waiter.doWait(WAITFOR_MSEC); in testFgsLocationPendingIntent()
405 waiter.doWait(WAITFOR_MSEC); in testFgsLocationPendingIntent()
435 waiter.doWait(WAITFOR_MSEC); in testFgsLocationPendingIntent()
493 waiter.doWait(WAITFOR_MSEC); in testFgsLocationStartFromBGWithBind()
[all …]
DActivityManagerApi29Test.java257 waiter.doWait(WAITFOR_MSEC); in testAppOpsHistoricalOps()
262 waiter.doWait(WAITFOR_MSEC); in testAppOpsHistoricalOps()
DActivityManagerProcessStateTest.java980 Intent resultIntent = waiter.doWait(WAIT_TIME * 2); in testBackgroundCheckActivityService()
1242 Intent resultIntent = waiter.doWait(WAIT_TIME); in testBgRestrictedForegroundService()
2229 waiter.doWait(WAITFOR_MSEC); in testFgsSticky1()
2247 waiter.doWait(WAITFOR_MSEC); in testFgsSticky2()
2268 waiter.doWait(WAITFOR_MSEC); in testFgsSticky3()
2283 waiter.doWait(WAITFOR_MSEC); in testFgsSticky3()
2371 waiter.doWait(WAITFOR_MSEC); in testFgsStickyInternal()
/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DWaitForBroadcast.java59 public Intent doWait(long timeout) { in doWait() method in WaitForBroadcast