Searched refs:doWait (Results 1 – 5 of 5) sorted by relevance
250 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 …]
69 waiter.doWait(WAITFOR_MSEC); in assertBroadcastSuccess()80 assertThrows(Exception.class, () -> waiter.doWait(WAITFOR_MSEC)); in assertBroadcastFailure()
258 waiter.doWait(WAITFOR_MSEC); in testAppOpsHistoricalOps()263 waiter.doWait(WAITFOR_MSEC); in testAppOpsHistoricalOps()
1023 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()
65 public Intent doWait(long timeout) { in doWait() method in WaitForBroadcast