Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DIntentReceiverActivity.java156 private final Semaphore mNotificationReceived = new Semaphore(0); field in IntentReceiverActivity.UriObserver
166 mNotificationReceived.release(1); in onChange()
172 return mNotificationReceived.tryAcquire(1, 30, TimeUnit.SECONDS); in waitForNotify()
/cts/hostsidetests/car/app/src/android/car/cts/app/
DCarWatchdogTestActivity.java337 private boolean mNotificationReceived; field in CarWatchdogTestActivity.IoOveruseListener
347 mNotificationReceived = true; in onOveruse()
387 while (!mNotificationReceived && now < deadline) { in checkIsNotified()
398 if (!mNotificationReceived) { in checkIsNotified()