Home
last modified time | relevance | path

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

/cts/tests/app/shared/src/android/app/stubs/shared/
DNotificationHelper.java50 public static final long MAX_WAIT_TIME = 2000; field in NotificationHelper
101 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()
/cts/tests/tests/libcorefileio/src/android/cts/
DFileChannelInterProcessLockTest.java63 final static int MAX_WAIT_TIME = 10; field in FileChannelInterProcessLockTest
432 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));
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java105 private static final long MAX_WAIT_TIME = 25*1000; field in StorageManagerTest
986 while (!isDone() && waitTime < MAX_WAIT_TIME) { in waitForCompletion()