Searched refs:MAX_WAIT_TIME (Results 1 – 4 of 4) sorted by relevance
29 public static final long MAX_WAIT_TIME = 2000; field in NotificationHelper49 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in findPostedNotification()
58 final static int MAX_WAIT_TIME = 7; field in FileChannelInterProcessLockTest429 assertTrue(IntentReceiver.lockHeldLatch.await(MAX_WAIT_TIME, SECONDS)); in checkTryLockBehavior()479 assertTrue(IntentReceiver.lockHeldLatch.await(MAX_WAIT_TIME, SECONDS)); in checkLockBehavior()488 assertTrue(IntentReceiver.lockReleasedLatch.await(MAX_WAIT_TIME, SECONDS)); in checkLockBehavior()537 assertTrue(IntentReceiver.onStopLatch.await(MAX_WAIT_TIME, SECONDS));
77 private static final long MAX_WAIT_TIME = 25*1000; field in StorageManagerTest900 while (!isDone() && waitTime < MAX_WAIT_TIME) { in waitForCompletion()
51 import static android.app.cts.android.app.cts.tools.NotificationHelper.MAX_WAIT_TIME;328 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in assertNotificationCancelled()