Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java110 .deleteNotificationChannel(CHANNEL_ID_MOBILE_DATA_ALERT_DEPRECATED); in createAll()
114 .deleteNotificationChannel(CHANNEL_ID_CALL_FORWARD_DEPRECATED); in createAll()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java46 void deleteNotificationChannel(String pkg, int uid, String channelId); in deleteNotificationChannel() method
DPreferencesHelper.java821 public void deleteNotificationChannel(String pkg, int uid, String channelId) { in deleteNotificationChannel() method in PreferencesHelper
DNotificationManagerService.java2714 public void deleteNotificationChannel(String pkg, String channelId) {
2722 mPreferencesHelper.deleteNotificationChannel(pkg, callingUid, channelId);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DChannelsTest.java77 verify(mMockNotificationManager).deleteNotificationChannel( in testChannelSetup_noLegacyScreenshot()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java91 nm.deleteNotificationChannel(SCREENSHOTS_LEGACY); in createAll()
/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java92 mNotificationManager.deleteNotificationChannel(mNotificationTag); in onCancelNotification()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java579 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel1.getId()); in testChannelXml_backup()
1081 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId()); in testGetDeletedChannel()
1112 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId()); in testGetDeletedChannels()
1146 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId()); in testGetDeletedChannelCount()
1147 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel3.getId()); in testGetDeletedChannelCount()
1165 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel3.getId()); in testGetBlockedChannelCount()
1362 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId()); in testCreateAndDeleteCanChannelsBypassDnd()
1367 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel2.getId()); in testCreateAndDeleteCanChannelsBypassDnd()
1433 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId()); in testCreateDeletedChannel()
1894 mHelper.deleteNotificationChannel("pkg" + 0, UID_N_MR1, "0"); in testDumpChannelsJson()
[all …]
DNotificationManagerServiceTest.java1739 mBinderService.deleteNotificationChannel(PKG, mTestNotificationChannel.getId()); in testDeleteChannelNotifyListener()
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java191 nm.deleteNotificationChannel(DEVICE_ADMIN_DEPRECATED); in removeDeprecated()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl95 void deleteNotificationChannel(String pkg, String channelId); in deleteNotificationChannel() method
DNotificationManager.java760 public void deleteNotificationChannel(String channelId) { in deleteNotificationChannel() method in NotificationManager
763 service.deleteNotificationChannel(mContext.getPackageName(), channelId); in deleteNotificationChannel()
/frameworks/base/services/
Dart-profile9369 HSPLcom/android/server/notification/NotificationManagerService$10;->deleteNotificationChannel(Ljava…
9768 HSPLcom/android/server/notification/PreferencesHelper;->deleteNotificationChannel(Ljava/lang/String…
/frameworks/base/config/
Dboot-image-profile.txt1602 HSPLandroid/app/INotificationManager$Stub$Proxy;->deleteNotificationChannel(Ljava/lang/String;Ljava…
1980 HSPLandroid/app/NotificationManager;->deleteNotificationChannel(Ljava/lang/String;)V
Dhiddenapi-greylist-max-o.txt6847 Landroid/app/INotificationManager$Stub$Proxy;->deleteNotificationChannel(Ljava/lang/String;Ljava/la…
7043 Landroid/app/INotificationManager;->deleteNotificationChannel(Ljava/lang/String;Ljava/lang/String;)V
/frameworks/base/api/
Dcurrent.txt5816 method public void deleteNotificationChannel(String);