Searched refs:BROADCAST_RECEIVED (Results 1 – 4 of 4) sorted by relevance
43 Event.BROADCAST_RECEIVED,50 int BROADCAST_RECEIVED = 0; field
42 eventNotifier.send(Event.BROADCAST_RECEIVED, null); in onReceive()
879 EventReceiver receiver = new EventReceiver(Event.BROADCAST_RECEIVED); in testPendingIntentBroadcastTimeout_noDelay_isNotBlocked()902 EventReceiver receiver = new EventReceiver(Event.BROADCAST_RECEIVED); in testPendingIntentBroadcastTimeout_delay1s_isNotBlocked()930 EventReceiver receiver = new EventReceiver(Event.BROADCAST_RECEIVED); in testPendingIntentBroadcastTimeout_delay12s_isBlocked()1398 EventReceiver receiver = new EventReceiver(Event.BROADCAST_RECEIVED); in sendBroadcastAndWait()
2759 callback.waitFor(EventCallback.BROADCAST_RECEIVED, TIMEOUT_LONG_MS)); in testActivityStartOnBroadcastTrampoline_isBlocked()2807 callback.waitFor(EventCallback.BROADCAST_RECEIVED, TIMEOUT_LONG_MS)); in testActivityStartOnBroadcastTrampoline_whenApi30_isAllowed()2857 callback.waitFor(EventCallback.BROADCAST_RECEIVED, TIMEOUT_LONG_MS)); in testActivityStartOnBroadcastTrampoline_whenDefaultBrowser_isBlocked()2883 callback.waitFor(EventCallback.BROADCAST_RECEIVED, TIMEOUT_LONG_MS)); in testActivityStartOnBroadcastTrampoline_whenDefaultBrowserApi32_isAllowed()3461 private static final int BROADCAST_RECEIVED = 1; field in NotificationManagerTest.EventCallback