Home
last modified time | relevance | path

Searched refs:deleteNotificationChannel (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java232 nm.deleteNotificationChannel(VIRTUAL_KEYBOARD); in removeDeprecated()
233 nm.deleteNotificationChannel(DEVICE_ADMIN_DEPRECATED); in removeDeprecated()
234 nm.deleteNotificationChannel(SYSTEM_CHANGES_DEPRECATED); in removeDeprecated()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java118 .deleteNotificationChannel(CHANNEL_ID_MOBILE_DATA_ALERT_DEPRECATED); in createAll()
122 .deleteNotificationChannel(CHANNEL_ID_CALL_FORWARD_DEPRECATED); in createAll()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java53 boolean deleteNotificationChannel(String pkg, int uid, String channelId, in deleteNotificationChannel() method
DNotificationHistoryManager.java213 public void deleteNotificationChannel(String pkg, int uid, String channelId) { in deleteNotificationChannel() method in NotificationHistoryManager
225 userHistory.deleteNotificationChannel(pkg, channelId); in deleteNotificationChannel()
DNotificationHistoryDatabase.java157 public void deleteNotificationChannel(String pkg, String channelId) { in deleteNotificationChannel() method in NotificationHistoryDatabase
DPreferencesHelper.java1369 public boolean deleteNotificationChannel(String pkg, int uid, String channelId, in deleteNotificationChannel() method in PreferencesHelper
DNotificationManagerService.java4285 public void deleteNotificationChannel(String pkg, String channelId) {
4297 boolean previouslyExisted = mPreferencesHelper.deleteNotificationChannel(
4303 mHistoryManager.deleteNotificationChannel(pkg, callingUid, channelId);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DNotificationChannelsTest.java74 verify(mMockNotificationManager).deleteNotificationChannel(captor.capture()); in testChannelCleanup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java144 mContext.getSystemService(NotificationManager.class).deleteNotificationChannel(GENERAL); in cleanUp()
/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java89 mNotificationManager.deleteNotificationChannel(mNotificationTag); in onCancelNotification()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java1807 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel1.getId(), in testChannelXml_backup()
2358 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId(), in testDoubleDeleteChannel()
2360 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId(), in testDoubleDeleteChannel()
2384 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId(), in testGetDeletedChannel()
2418 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId(), in testGetDeletedChannels()
2456 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId(), in testGetDeletedChannelCount()
2458 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel3.getId(), in testGetDeletedChannelCount()
2480 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel3.getId(), in testGetBlockedChannelCount()
2591 mHelper.deleteNotificationChannel(PKG_N_MR1, uid, channel.getId(), uid, false); in testCreateAndDeleteCanChannelsBypassDnd_localSettings()
2596 mHelper.deleteNotificationChannel(PKG_N_MR1, uid, channel2.getId(), uid, false); in testCreateAndDeleteCanChannelsBypassDnd_localSettings()
[all …]
DNotificationHistoryManagerTest.java423 mHistoryManager.deleteNotificationChannel(pkg, 1, channelId); in testDeleteNotificationChannel_userUnlocked()
425 verify(userHistory, times(1)).deleteNotificationChannel(pkg, channelId); in testDeleteNotificationChannel_userUnlocked()
DNotificationManagerServiceTest.java4023 when(mPreferencesHelper.deleteNotificationChannel(eq(mPkg), anyInt(), in testDeleteChannelNotifyListener()
4026 mBinderService.deleteNotificationChannel(mPkg, mTestNotificationChannel.getId()); in testDeleteChannelNotifyListener()
4041 mBinderService.deleteNotificationChannel(mPkg, mTestNotificationChannel.getId()); in testDeleteChannelOnlyDoExtraWorkIfExisted()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl113 void deleteNotificationChannel(String pkg, String channelId); in deleteNotificationChannel() method
DNotificationManager.java1099 public void deleteNotificationChannel(String channelId) { in deleteNotificationChannel() method in NotificationManager
1102 service.deleteNotificationChannel(mContext.getPackageName(), channelId); in deleteNotificationChannel()
/frameworks/base/boot/
Dboot-image-profile.txt1937 HSPLandroid/app/INotificationManager$Stub$Proxy;->deleteNotificationChannel(Ljava/lang/String;Ljava…
2371 HSPLandroid/app/NotificationManager;->deleteNotificationChannel(Ljava/lang/String;)V
/frameworks/base/services/
Dart-wear-profile15880 HPLcom/android/server/notification/NotificationManagerService$12;->deleteNotificationChannel(Ljava/…
16384 PLcom/android/server/notification/PreferencesHelper;->deleteNotificationChannel(Ljava/lang/String;I…
/frameworks/base/config/
Dboot-image-profile.txt1937 HSPLandroid/app/INotificationManager$Stub$Proxy;->deleteNotificationChannel(Ljava/lang/String;Ljava…
2371 HSPLandroid/app/NotificationManager;->deleteNotificationChannel(Ljava/lang/String;)V
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt6427 Landroid/app/INotificationManager$Stub$Proxy;->deleteNotificationChannel(Ljava/lang/String;Ljava/la…
6621 Landroid/app/INotificationManager;->deleteNotificationChannel(Ljava/lang/String;Ljava/lang/String;)V
/frameworks/base/core/api/
Dcurrent.txt7015 method public void deleteNotificationChannel(String);