Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DIntentReceiverActivity.java134 uriObserver.waitForNotify(); in onCreate()
169 private boolean waitForNotify() { in waitForNotify() method in IntentReceiverActivity.UriObserver
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DContentTest.java199 assertEquals(uri, uriObserver.waitForNotify()); in testCanNotifyAcrossProfiles()
249 private Uri waitForNotify() throws InterruptedException { in waitForNotify() method in ContentTest.UriObserver