Home
last modified time | relevance | path

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

/cts/tests/tests/notification/NotificationTrampolineBase/src/com/android/test/notificationtrampoline/
DNotificationTrampolineTestService.java57 private static final int MESSAGE_CANCEL_ALL_NOTIFICATIONS = 4; field in NotificationTrampolineTestService
154 case MESSAGE_CANCEL_ALL_NOTIFICATIONS: { in handleMessage()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java228 private static final int MESSAGE_CANCEL_ALL_NOTIFICATIONS = 4; field in NotificationManagerTest
1010 service.send(Message.obtain(null, MESSAGE_CANCEL_ALL_NOTIFICATIONS, -1, -1, in sendCancelAll()