Home
last modified time | relevance | path

Searched refs:BROADCAST_RECEIVED (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/
DCommonComponents.java43 Event.BROADCAST_RECEIVED,
50 int BROADCAST_RECEIVED = 0; field
/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DSimpleBroadcastReceiver.java42 eventNotifier.send(Event.BROADCAST_RECEIVED, null); in onReceive()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java879 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()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java2759 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