Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DNotificationHelper.java29 public static final long MAX_WAIT_TIME = 2000; field in NotificationHelper
49 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in findPostedNotification()
/cts/tests/tests/libcorefileio/src/android/cts/
DFileChannelInterProcessLockTest.java58 final static int MAX_WAIT_TIME = 7; field in FileChannelInterProcessLockTest
429 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));
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java77 private static final long MAX_WAIT_TIME = 25*1000; field in StorageManagerTest
900 while (!isDone() && waitTime < MAX_WAIT_TIME) { in waitForCompletion()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java51 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()