/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | NotificationChannelController.java | 118 .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/ |
D | RankingConfig.java | 53 void deleteNotificationChannel(String pkg, int uid, String channelId); in deleteNotificationChannel() method
|
D | PreferencesHelper.java | 1073 public void deleteNotificationChannel(String pkg, int uid, String channelId) { in deleteNotificationChannel() method in PreferencesHelper
|
D | NotificationManagerService.java | 3385 public void deleteNotificationChannel(String pkg, String channelId) { 3393 mPreferencesHelper.deleteNotificationChannel(pkg, callingUid, channelId); 3413 mPreferencesHelper.deleteNotificationChannel(pkg, callingUid, nc.getId());
|
/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 | 95 nm.deleteNotificationChannel(SCREENSHOTS_LEGACY); in createAll()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AlertWindowNotification.java | 91 mNotificationManager.deleteNotificationChannel(mNotificationTag); in onCancelNotification()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 654 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel1.getId()); in testChannelXml_backup() 1149 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId()); in testDoubleDeleteChannel() 1150 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId()); in testDoubleDeleteChannel() 1172 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId()); in testGetDeletedChannel() 1203 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId()); in testGetDeletedChannels() 1237 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId()); in testGetDeletedChannelCount() 1238 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel3.getId()); in testGetDeletedChannelCount() 1256 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel3.getId()); in testGetBlockedChannelCount() 1453 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId()); in testCreateAndDeleteCanChannelsBypassDnd() 1458 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel2.getId()); in testCreateAndDeleteCanChannelsBypassDnd() [all …]
|
D | NotificationManagerServiceTest.java | 2283 mBinderService.deleteNotificationChannel(PKG, mTestNotificationChannel.getId()); in testDeleteChannelNotifyListener()
|
/frameworks/base/core/java/com/android/internal/notification/ |
D | SystemNotificationChannels.java | 200 nm.deleteNotificationChannel(DEVICE_ADMIN_DEPRECATED); in removeDeprecated()
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 103 void deleteNotificationChannel(String pkg, String channelId); in deleteNotificationChannel() method
|
D | NotificationManager.java | 903 public void deleteNotificationChannel(String channelId) { in deleteNotificationChannel() method in NotificationManager 906 service.deleteNotificationChannel(mContext.getPackageName(), channelId); in deleteNotificationChannel()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/config/ |
D | boot-image-profile.txt | 2233 HSPLandroid/app/INotificationManager$Stub$Proxy;->deleteNotificationChannel(Ljava/lang/String;Ljava… 2860 HSPLandroid/app/NotificationManager;->deleteNotificationChannel(Ljava/lang/String;)V
|
/frameworks/base/services/ |
D | art-profile | 21295 HSPLcom/android/server/notification/NotificationManagerService$10;->deleteNotificationChannel(Ljava… 22118 HSPLcom/android/server/notification/PreferencesHelper;->deleteNotificationChannel(Ljava/lang/String…
|
/frameworks/base/api/ |
D | current.txt | 6001 method public void deleteNotificationChannel(String);
|