Searched refs:SHORT_WAIT_TIME (Results 1 – 2 of 2) sorted by relevance
28 public static final long SHORT_WAIT_TIME = 100; field in NotificationHelper49 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in findPostedNotification()55 Thread.sleep(SHORT_WAIT_TIME); in findPostedNotification()
52 import static android.app.cts.android.app.cts.tools.NotificationHelper.SHORT_WAIT_TIME;328 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in assertNotificationCancelled()332 Thread.sleep(SHORT_WAIT_TIME); in assertNotificationCancelled()