Searched refs:MAX_WAIT_TIME (Results 1 – 3 of 3) sorted by relevance
50 public static final long MAX_WAIT_TIME = 2000; field in NotificationHelper101 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in findPostedNotification()124 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in isNotificationGone()148 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in isNotificationGone()
63 final static int MAX_WAIT_TIME = 10; field in FileChannelInterProcessLockTest432 assertTrue(IpcChannel.lockHeldLatch.await(MAX_WAIT_TIME, SECONDS)); in checkTryLockBehavior()480 IpcChannel.lockHeldLatch.await(MAX_WAIT_TIME, SECONDS)); in checkLockBehavior()490 IpcChannel.lockReleasedLatch.await(MAX_WAIT_TIME, SECONDS)); in checkLockBehavior()820 assertTrue(onBindLatch.await(MAX_WAIT_TIME, SECONDS));854 assertTrue(onUnbindLatch.await(MAX_WAIT_TIME, SECONDS));
105 private static final long MAX_WAIT_TIME = 25*1000; field in StorageManagerTest986 while (!isDone() && waitTime < MAX_WAIT_TIME) { in waitForCompletion()