Home
last modified time | relevance | path

Searched refs:mNotificationReceived (Results 1 – 1 of 1) 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()