/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | NotificationChannelController.java | 110 .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/ |
D | RankingConfig.java | 46 void deleteNotificationChannel(String pkg, int uid, String channelId); in deleteNotificationChannel() method
|
D | PreferencesHelper.java | 821 public void deleteNotificationChannel(String pkg, int uid, String channelId) { in deleteNotificationChannel() method in PreferencesHelper
|
D | NotificationManagerService.java | 2714 public void deleteNotificationChannel(String pkg, String channelId) { 2722 mPreferencesHelper.deleteNotificationChannel(pkg, callingUid, channelId);
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ |
D | ChannelsTest.java | 77 verify(mMockNotificationManager).deleteNotificationChannel( in testChannelSetup_noLegacyScreenshot()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | NotificationChannels.java | 91 nm.deleteNotificationChannel(SCREENSHOTS_LEGACY); in createAll()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AlertWindowNotification.java | 92 mNotificationManager.deleteNotificationChannel(mNotificationTag); in onCancelNotification()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 579 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 …]
|
D | NotificationManagerServiceTest.java | 1739 mBinderService.deleteNotificationChannel(PKG, mTestNotificationChannel.getId()); in testDeleteChannelNotifyListener()
|
/frameworks/base/core/java/com/android/internal/notification/ |
D | SystemNotificationChannels.java | 191 nm.deleteNotificationChannel(DEVICE_ADMIN_DEPRECATED); in removeDeprecated()
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 95 void deleteNotificationChannel(String pkg, String channelId); in deleteNotificationChannel() method
|
D | NotificationManager.java | 760 public void deleteNotificationChannel(String channelId) { in deleteNotificationChannel() method in NotificationManager 763 service.deleteNotificationChannel(mContext.getPackageName(), channelId); in deleteNotificationChannel()
|
/frameworks/base/services/ |
D | art-profile | 9369 HSPLcom/android/server/notification/NotificationManagerService$10;->deleteNotificationChannel(Ljava… 9768 HSPLcom/android/server/notification/PreferencesHelper;->deleteNotificationChannel(Ljava/lang/String…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1602 HSPLandroid/app/INotificationManager$Stub$Proxy;->deleteNotificationChannel(Ljava/lang/String;Ljava… 1980 HSPLandroid/app/NotificationManager;->deleteNotificationChannel(Ljava/lang/String;)V
|
D | hiddenapi-greylist-max-o.txt | 6847 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/ |
D | current.txt | 5816 method public void deleteNotificationChannel(String);
|