Home
last modified time | relevance | path

Searched defs:cancelNotification (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/notification/NotificationProvider/src/com/android/test/notificationprovider/
DRichNotificationActivity.kt75 private fun cancelNotification(preset: NotificationPreset) { in cancelNotification() method
/cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/
DSendNotification.java67 private void cancelNotification() { in cancelNotification() method in SendNotification
/cts/tests/tests/app.usage/TestApp1/aidl/android/app/usage/cts/
DITestReceiver.aidl24 void cancelNotification(int notificationId); in cancelNotification() method
/cts/tests/tests/app.usage/TestApp1/src/android/app/usage/cts/test1/
DTestService.java57 public void cancelNotification(int notificationId) { in cancelNotification() method in TestService.TestReceiver
/cts/tests/app/src/android/app/cts/
DServiceTest.java511 private void cancelNotification(int id) { in cancelNotification() method in ServiceTest