Searched refs:BROADCAST_RECEIVED (Results 1 – 1 of 1) sorted by relevance
4292 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