/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
D | NotificationUtils.java | 103 public static void deleteNotificationChannel(Context c, String notificationChannelId){ in deleteNotificationChannel() method in NotificationUtils 107 notificationManager.deleteNotificationChannel(notificationChannelId); in deleteNotificationChannel()
|
/cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/ |
D | SendNotification.java | 71 notificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL); in cancelNotification()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | CVE_2022_20482.java | 94 notificationManager.deleteNotificationChannel(id); in testPocCVE_2022_20482()
|
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/ |
D | StatsdCtsForegroundService.java | 122 notificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); in onDestroy()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | NotificationStyleVerifierActivity.java | 113 mNm.deleteNotificationChannel(getChannel().getId()); in tearDown()
|
D | NotificationDismissVerifierActivity.java | 139 mNm.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); in deleteChannels()
|
D | NotificationPrivacyVerifierActivity.java | 154 mNm.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); in deleteChannels()
|
D | NotificationListenerVerifierActivity.java | 200 mNm.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); in deleteChannels() 201 mNm.deleteNotificationChannel(NOISY_NOTIFICATION_CHANNEL_ID); in deleteChannels() 474 mNm.deleteNotificationChannel(mChannelId); in tearDown() 545 mNm.deleteNotificationChannel(mChannelId); in tearDown()
|
D | NotificationFullScreenIntentVerifierActivity.java | 182 mNm.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); in deleteChannels()
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
D | NotificationTest.java | 443 mNotificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); in testUserInitiatedJobNotificationBehavior() 493 mNotificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); in testNonUserInitiatedJobNotificationBehavior()
|
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/ |
D | ReflectorVpnService.java | 98 notificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); in onDestroy()
|
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | PeopleManagerTest.java | 124 mNotificationManager.deleteNotificationChannel(nc.getId()); in tearDown()
|
D | BaseNotificationManagerTest.java | 158 mNotificationManager.deleteNotificationChannel(nc.getId()); in baseTearDown()
|
D | NotificationManagerZenTest.java | 599 mNotificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); in deleteChannels() 600 mNotificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID_NOISY); in deleteChannels() 601 mNotificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID_MEDIA); in deleteChannels() 602 mNotificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID_GAME); in deleteChannels() 604 mNotificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID_PRIORITY); in deleteChannels()
|
D | NotificationManagerTest.java | 770 mNotificationManager.deleteNotificationChannel(channel.getId()); in testDeleteChannel() 777 mNotificationManager.deleteNotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID); in testCannotDeleteDefaultChannel() 837 mNotificationManager.deleteNotificationChannel(channel3.getId()); in testGetChannels() 859 mNotificationManager.deleteNotificationChannel(channel.getId()); in testRecreateDeletedChannel() 2997 mNotificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); in testChannelDeletion_cancelReason()
|
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/ |
D | LegacyNotificationManagerTest.java | 324 mNotificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); in testChannelDeletion_cancelReason()
|
/cts/tests/tests/telecom-apps/ConnectionServiceVoipAppMain/src/android/telecom/cts/apps/connectionservicevoipappmain/ |
D | VoipConnectionServiceControlMain.java | 438 NotificationUtils.deleteNotificationChannel( in cleanupImplementation()
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | LightBarTests.java | 288 mNm.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); in runInNotificationSession()
|
/cts/tests/tests/telecom-apps/TransactionalVoipAppMain/src/android/telecom/cts/apps/transactionalvoipappmain/ |
D | TransactionalVoipAppControlMain.java | 466 NotificationUtils.deleteNotificationChannel( in cleanupImplementation()
|
/cts/tests/app/src/android/app/cts/ |
D | ServiceTest.java | 773 getNotificationManager().deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); in tearDown() 1210 noMan.deleteNotificationChannel(channel); in testForegroundService_notificationChannelDeletion() 1235 noMan.deleteNotificationChannel(channel); in testForegroundService_deferredNotificationChannelDeletion()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | TransactionalApisTest.java | 265 mNotificationManager.deleteNotificationChannel(CALL_CHANNEL_ID); in tearDown()
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioManagerTest.java | 1814 assertStreamMuteStateChange(() -> mNm.deleteNotificationChannel( in testPriorityOnlyChannelsCanBypassDnd() 1821 mNm.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); in testPriorityOnlyChannelsCanBypassDnd()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityEndToEndTest.java | 600 notificationManager.deleteNotificationChannel(channel.getId()); in testTypeNotificationStateChangedAccessibilityEvent()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 7016 method public void deleteNotificationChannel(String);
|