Home
last modified time | relevance | path

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

/cts/tests/tests/notification/NotificationProvider/src/com/android/test/notificationprovider/
DRichNotificationActivity.kt60 ACTION_CANCEL_7 -> cancelNotification(NotificationPreset.Preset7) in onCreate()
61 ACTION_CANCEL_8 -> cancelNotification(NotificationPreset.Preset8) in onCreate()
62 else -> NotificationPreset.values().forEach(::cancelNotification) in onCreate()
75 private fun cancelNotification(preset: NotificationPreset) { in cancelNotification() method
/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/app.usage/TestApp1/aidl/android/app/usage/cts/
DITestReceiver.aidl24 void cancelNotification(int notificationId); in cancelNotification() method
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNotification.kt12 service.cancelNotification(statusBarNotification.key) in cancel()
/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/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/
DBroadcastResponseStatsTest.java522 testReceiver.cancelNotification(TEST_NOTIFICATION_ID_1); in testBroadcastResponseStats_notificationCancelledCount()
652 testReceiver.cancelNotification(TEST_NOTIFICATION_ID_2); in testBroadcastResponseStats_multipleEvents()
771 testReceiver.cancelNotification(TEST_NOTIFICATION_ID_1); in testBroadcastResponseStats_clearCounts()
841 testReceiver.cancelNotification(TEST_NOTIFICATION_ID_1); in testBroadcastResponseStats_changeResponseWindowDuration()
957 testReceiver.cancelNotification(TEST_NOTIFICATION_ID_1); in testBroadcastResponseStats_appNotInForeground()
1086 testReceiver4.cancelNotification(TEST_NOTIFICATION_ID_1); in testBroadcastResponseStats_multiplePackages()
1181 testReceiver4.cancelNotification(TEST_NOTIFICATION_ID_1); in testBroadcastResponseStats_multiplePackages_multipleIds()
1263 testReceiver3.cancelNotification(TEST_NOTIFICATION_ID_1); in testBroadcastResponseStats_clearCounts_multiplePackages()
1357 testReceiver3.cancelNotification(TEST_NOTIFICATION_ID_1); in testBroadcastResponseStats_clearCounts_multipleIds()
1451 testReceiver3.cancelNotification(TEST_NOTIFICATION_ID_1); in testBroadcastResponseStats_clearAllCounts()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java1014 .cancelNotification(MockListener.getInstance().getKeyForTag(mTag1)); in test()
1056 .cancelNotification(MockListener.getInstance().getKeyForTag(mTag5)); in test()
1100 .cancelNotification(MockListener.getInstance().getKeyForTag(mTag1)); in test()
1164 .cancelNotification(MockListener.getInstance().getKeyForTag(mTag1)); in test()
/cts/tests/app/src/android/app/cts/
DServiceTest.java511 private void cancelNotification(int id) { in cancelNotification() method in ServiceTest
1193 cancelNotification(1); in testForegroundService_detachNotificationOnStop()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java2509 mListener.cancelNotification(sbn.getPackageName(), sbn.getTag(), sbn.getId()); in testNotificationListener_cancelNotifications()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt41149 method @Deprecated public final void cancelNotification(String, String, int);
41150 method public final void cancelNotification(String);