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.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 void deleteNotificationChannel(String pkg, int uid, String channelId); in deleteNotificationChannel() method
DPreferencesHelper.java1073 public void deleteNotificationChannel(String pkg, int uid, String channelId) { in deleteNotificationChannel() method in PreferencesHelper
DNotificationManagerService.java3385 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/
DChannelsTest.java77 verify(mMockNotificationManager).deleteNotificationChannel( in testChannelSetup_noLegacyScreenshot()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java95 nm.deleteNotificationChannel(SCREENSHOTS_LEGACY); in createAll()
/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java91 mNotificationManager.deleteNotificationChannel(mNotificationTag); in onCancelNotification()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java654 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 …]
DNotificationManagerServiceTest.java2283 mBinderService.deleteNotificationChannel(PKG, mTestNotificationChannel.getId()); in testDeleteChannelNotifyListener()
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java200 nm.deleteNotificationChannel(DEVICE_ADMIN_DEPRECATED); in removeDeprecated()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl103 void deleteNotificationChannel(String pkg, String channelId); in deleteNotificationChannel() method
DNotificationManager.java903 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/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/config/
Dboot-image-profile.txt2233 HSPLandroid/app/INotificationManager$Stub$Proxy;->deleteNotificationChannel(Ljava/lang/String;Ljava…
2860 HSPLandroid/app/NotificationManager;->deleteNotificationChannel(Ljava/lang/String;)V
/frameworks/base/services/
Dart-profile21295 HSPLcom/android/server/notification/NotificationManagerService$10;->deleteNotificationChannel(Ljava…
22118 HSPLcom/android/server/notification/PreferencesHelper;->deleteNotificationChannel(Ljava/lang/String…
/frameworks/base/api/
Dcurrent.txt6001 method public void deleteNotificationChannel(String);