Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java4292 callback.waitFor(EventCallback.BROADCAST_RECEIVED, TIMEOUT_LONG_MS)); in testActivityStartOnBroadcastTrampoline_isBlocked()
4332 callback.waitFor(EventCallback.BROADCAST_RECEIVED, TIMEOUT_LONG_MS)); in testActivityStartOnBroadcastTrampoline_whenApi30_isAllowed()
4374 callback.waitFor(EventCallback.BROADCAST_RECEIVED, TIMEOUT_LONG_MS)); in testActivityStartOnBroadcastTrampoline_whenDefaultBrowser_isAllowed()
4456 private static final int BROADCAST_RECEIVED = 1; field in NotificationManagerTest.EventCallback