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