Searched refs:pollForIntent (Results 1 – 1 of 1) sorted by relevance
154 Intent pollForIntent(long secondsToWait) { in pollForIntent() method in SuspendPackagesTest.AppCommunicationReceiver168 while (pollForIntent(5) != null) ; in drainPendingBroadcasts()172 final Intent intentReceived = pollForIntent(5); in receiveIntentFromApp()477 assertNull("No broadcast was expected from app", mAppCommsReceiver.pollForIntent(2)); in testInterceptorActivity()