Home
last modified time | relevance | path

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

/cts/tests/app/shared/src/android/app/stubs/shared/
DNotificationHelper.java49 public static final long SHORT_WAIT_TIME = 100; field in NotificationHelper
101 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in findPostedNotification()
107 Thread.sleep(SHORT_WAIT_TIME); in findPostedNotification()
124 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in isNotificationGone()
136 Thread.sleep(SHORT_WAIT_TIME); in isNotificationGone()
148 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in isNotificationGone()
153 Thread.sleep(SHORT_WAIT_TIME); in isNotificationGone()