Searched refs:cancelNotification (Results 1 – 10 of 10) sorted by relevance
60 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
50 cancelNotification(); in onCreate()67 private void cancelNotification() { in cancelNotification() method in SendNotification
24 void cancelNotification(int notificationId); in cancelNotification() method
12 service.cancelNotification(statusBarNotification.key) in cancel()
57 public void cancelNotification(int notificationId) { in cancelNotification() method in TestService.TestReceiver
522 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 …]
1014 .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()
511 private void cancelNotification(int id) { in cancelNotification() method in ServiceTest1193 cancelNotification(1); in testForegroundService_detachNotificationOnStop()
2509 mListener.cancelNotification(sbn.getPackageName(), sbn.getTag(), sbn.getId()); in testNotificationListener_cancelNotifications()
41149 method @Deprecated public final void cancelNotification(String, String, int);41150 method public final void cancelNotification(String);