Searched refs:MESSAGE_BROADCAST_NOTIFICATION (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/notification/NotificationTrampolineBase/src/com/android/test/notificationtrampoline/ |
D | NotificationTrampolineTestService.java | 54 private static final int MESSAGE_BROADCAST_NOTIFICATION = 1; field in NotificationTrampolineTestService 115 case MESSAGE_BROADCAST_NOTIFICATION: { in handleMessage()
|
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | NotificationManagerTest.java | 225 private static final int MESSAGE_BROADCAST_NOTIFICATION = 1; field in NotificationManagerTest 2750 sendTrampolineMessage(TRAMPOLINE_SERVICE, MESSAGE_BROADCAST_NOTIFICATION, notificationId, in testActivityStartOnBroadcastTrampoline_isBlocked() 2798 sendTrampolineMessage(TRAMPOLINE_SERVICE_API_30, MESSAGE_BROADCAST_NOTIFICATION, in testActivityStartOnBroadcastTrampoline_whenApi30_isAllowed() 2848 sendTrampolineMessage(TRAMPOLINE_SERVICE, MESSAGE_BROADCAST_NOTIFICATION, notificationId, in testActivityStartOnBroadcastTrampoline_whenDefaultBrowser_isBlocked() 2874 sendTrampolineMessage(TRAMPOLINE_SERVICE_API_32, MESSAGE_BROADCAST_NOTIFICATION, in testActivityStartOnBroadcastTrampoline_whenDefaultBrowserApi32_isAllowed()
|