Searched refs:mNotificationReceived (Results 1 – 2 of 2) sorted by relevance
156 private final Semaphore mNotificationReceived = new Semaphore(0); field in IntentReceiverActivity.UriObserver166 mNotificationReceived.release(1); in onChange()172 return mNotificationReceived.tryAcquire(1, 30, TimeUnit.SECONDS); in waitForNotify()
337 private boolean mNotificationReceived; field in CarWatchdogTestActivity.IoOveruseListener347 mNotificationReceived = true; in onOveruse()387 while (!mNotificationReceived && now < deadline) { in checkIsNotified()398 if (!mNotificationReceived) { in checkIsNotified()