Home
last modified time | relevance | path

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

/cts/tests/app/NotificationTrampolineBase/src/com/android/test/notificationtrampoline/
DNotificationTrampolineTestService.java54 private static final int MESSAGE_BROADCAST_NOTIFICATION = 1; field in NotificationTrampolineTestService
111 case MESSAGE_BROADCAST_NOTIFICATION: { in handleMessage()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java209 private static final int MESSAGE_BROADCAST_NOTIFICATION = 1; field in NotificationManagerTest
4281 sendTrampolineMessage(TRAMPOLINE_SERVICE, MESSAGE_BROADCAST_NOTIFICATION, notificationId, in testActivityStartOnBroadcastTrampoline_isBlocked()
4321 sendTrampolineMessage(TRAMPOLINE_SERVICE_API_30, MESSAGE_BROADCAST_NOTIFICATION, in testActivityStartOnBroadcastTrampoline_whenApi30_isAllowed()
4363 sendTrampolineMessage(TRAMPOLINE_SERVICE, MESSAGE_BROADCAST_NOTIFICATION, notificationId, in testActivityStartOnBroadcastTrampoline_whenDefaultBrowser_isAllowed()