Searched refs:ACTIVITY_STARTED (Results 1 – 1 of 1) sorted by relevance
4274 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartFromRetrievedNotification_isBlocked()4294 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartOnBroadcastTrampoline_isBlocked()4314 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartOnServiceTrampoline_isBlocked()4334 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartOnBroadcastTrampoline_whenApi30_isAllowed()4354 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartOnServiceTrampoline_whenApi30_isAllowed()4376 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartOnBroadcastTrampoline_whenDefaultBrowser_isAllowed()4398 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartOnServiceTrampoline_whenDefaultBrowser_isAllowed()4458 private static final int ACTIVITY_STARTED = 3; field in NotificationManagerTest.EventCallback