Home
last modified time | relevance | path

Searched refs:cancelNotification (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/
DSendNotification.java50 cancelNotification(); in onCreate()
67 private void cancelNotification() { in cancelNotification() method in SendNotification
/cts/tests/tests/permission/src/android/permission/cts/
DLocationAccessCheckTest.java274 private StatusBarNotification getNotification(boolean cancelNotification) throws Throwable { in getNotification() argument
296 if (cancelNotification) { in getNotification()
297 notificationService.cancelNotification(notification.getKey()); in getNotification()
307 notificationService.cancelNotification(notification.getKey()); in getNotification()
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DLegacyNotificationManager20Test.java112 mListener.cancelNotification(sbn.getPackageName(), sbn.getTag(), sbn.getId()); in testNotificationListener_cancelNotifications()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java724 MockListener.getInstance().cancelNotification( in test()
767 MockListener.getInstance().cancelNotification( in test()
828 MockListener.getInstance().cancelNotification( in test()
/cts/tests/app/src/android/app/cts/
DServiceTest.java450 private void cancelNotification(int id) { in cancelNotification() method in ServiceTest
1001 cancelNotification(1); in testForegroundService_detachNotificationOnStop()
DNotificationManagerTest.java2343 mListener.cancelNotification(sbn.getPackageName(), sbn.getTag(), sbn.getId()); in testNotificationListener_cancelNotifications()