Searched refs:SHORT_WAIT_TIME (Results 1 – 1 of 1) sorted by relevance
49 public static final long SHORT_WAIT_TIME = 100; field in NotificationHelper101 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()