Searched refs:ACTIVITY_STARTED (Results 1 – 1 of 1) sorted by relevance
2737 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartFromRetrievedNotification_isBlocked()2761 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartOnBroadcastTrampoline_isBlocked()2785 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartOnServiceTrampoline_isBlocked()2809 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartOnBroadcastTrampoline_whenApi30_isAllowed()2833 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartOnServiceTrampoline_whenApi30_isAllowed()2859 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartOnBroadcastTrampoline_whenDefaultBrowser_isBlocked()2885 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartOnBroadcastTrampoline_whenDefaultBrowserApi32_isAllowed()2911 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartOnServiceTrampoline_whenDefaultBrowser_isBlocked()2937 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartOnServiceTrampoline_whenDefaultBrowserApi32_isAllowed()3463 private static final int ACTIVITY_STARTED = 3; field in NotificationManagerTest.EventCallback