/frameworks/base/core/java/com/android/internal/notification/ |
D | SystemNotificationChannels.java | 232 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/ |
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 boolean deleteNotificationChannel(String pkg, int uid, String channelId, in deleteNotificationChannel() method
|
D | NotificationHistoryManager.java | 213 public void deleteNotificationChannel(String pkg, int uid, String channelId) { in deleteNotificationChannel() method in NotificationHistoryManager 225 userHistory.deleteNotificationChannel(pkg, channelId); in deleteNotificationChannel()
|
D | NotificationHistoryDatabase.java | 157 public void deleteNotificationChannel(String pkg, String channelId) { in deleteNotificationChannel() method in NotificationHistoryDatabase
|
D | PreferencesHelper.java | 1369 public boolean deleteNotificationChannel(String pkg, int uid, String channelId, in deleteNotificationChannel() method in PreferencesHelper
|
D | NotificationManagerService.java | 4285 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/ |
D | NotificationChannelsTest.java | 74 verify(mMockNotificationManager).deleteNotificationChannel(captor.capture()); in testChannelCleanup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | NotificationChannels.java | 144 mContext.getSystemService(NotificationManager.class).deleteNotificationChannel(GENERAL); in cleanUp()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AlertWindowNotification.java | 89 mNotificationManager.deleteNotificationChannel(mNotificationTag); in onCancelNotification()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 1807 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 …]
|
D | NotificationHistoryManagerTest.java | 423 mHistoryManager.deleteNotificationChannel(pkg, 1, channelId); in testDeleteNotificationChannel_userUnlocked() 425 verify(userHistory, times(1)).deleteNotificationChannel(pkg, channelId); in testDeleteNotificationChannel_userUnlocked()
|
D | NotificationManagerServiceTest.java | 4023 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/ |
D | INotificationManager.aidl | 113 void deleteNotificationChannel(String pkg, String channelId); in deleteNotificationChannel() method
|
D | NotificationManager.java | 1099 public void deleteNotificationChannel(String channelId) { in deleteNotificationChannel() method in NotificationManager 1102 service.deleteNotificationChannel(mContext.getPackageName(), channelId); in deleteNotificationChannel()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 1937 HSPLandroid/app/INotificationManager$Stub$Proxy;->deleteNotificationChannel(Ljava/lang/String;Ljava… 2371 HSPLandroid/app/NotificationManager;->deleteNotificationChannel(Ljava/lang/String;)V
|
/frameworks/base/services/ |
D | art-wear-profile | 15880 HPLcom/android/server/notification/NotificationManagerService$12;->deleteNotificationChannel(Ljava/… 16384 PLcom/android/server/notification/PreferencesHelper;->deleteNotificationChannel(Ljava/lang/String;I…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1937 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 6427 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/ |
D | current.txt | 7015 method public void deleteNotificationChannel(String);
|