Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/notification/
H A DSystemNotificationChannels.java232 nm.deleteNotificationChannel(VIRTUAL_KEYBOARD); in removeDeprecated()
233 nm.deleteNotificationChannel(DEVICE_ADMIN_DEPRECATED); in removeDeprecated()
234 nm.deleteNotificationChannel(SYSTEM_CHANGES_DEPRECATED); in removeDeprecated()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingConfig.java55 boolean deleteNotificationChannel(String pkg, int uid, String channelId, in deleteNotificationChannel() method
H A DNotificationHistoryManager.java209 public void deleteNotificationChannel(String pkg, int uid, String channelId) { in deleteNotificationChannel() method in NotificationHistoryManager
221 userHistory.deleteNotificationChannel(pkg, channelId); in deleteNotificationChannel()
H A DNotificationHistoryDatabase.java157 public void deleteNotificationChannel(String pkg, String channelId) { in deleteNotificationChannel() method in NotificationHistoryDatabase
H A DPreferencesHelper.java1307 public boolean deleteNotificationChannel(String pkg, int uid, String channelId, in deleteNotificationChannel() method in PreferencesHelper
H A DNotificationManagerService.java4058 public void deleteNotificationChannel(String pkg, String channelId) {
4070 boolean previouslyExisted = mPreferencesHelper.deleteNotificationChannel(
4075 mHistoryManager.deleteNotificationChannel(pkg, callingUid, channelId);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
H A DNotificationChannelsTest.java74 verify(mMockNotificationManager).deleteNotificationChannel(captor.capture()); in testChannelCleanup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DNotificationChannels.java144 mContext.getSystemService(NotificationManager.class).deleteNotificationChannel(GENERAL); in cleanUp()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAlertWindowNotification.java89 mNotificationManager.deleteNotificationChannel(mNotificationTag); in onCancelNotification()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java2164 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId(), in testDoubleDeleteChannel()
2166 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId(), in testDoubleDeleteChannel()
2190 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId(), in testGetDeletedChannel()
2224 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, channel.getId(), in testGetDeletedChannels()
3175 mHelper.deleteNotificationChannel("pkg" + 0, UID_N_MR1, "0", in testDumpChannelsJson()
3608 mHelper.deleteNotificationChannel(PKG_N_MR1, UID_N_MR1, c.getId(), in testGetNotificationChannelGroupWithChannels()
4674 assertTrue(mHelper.deleteNotificationChannel(PKG_P, UID_P, "id", in testDeleted_twice()
4676 assertFalse(mHelper.deleteNotificationChannel(PKG_P, UID_P, "id", in testDeleted_twice()
4689 mHelper.deleteNotificationChannel(PKG_P, UID_P, "id", UID_P, false); in testDeleted_recentTime()
4720 mHelper.deleteNotificationChannel(PKG_P, UID_P, "id", UID_P, false); in testUnDelete_time()
[all …]
H A DNotificationHistoryManagerTest.java389 mHistoryManager.deleteNotificationChannel(pkg, 1, channelId); in testDeleteNotificationChannel_userUnlocked()
391 verify(userHistory, times(1)).deleteNotificationChannel(pkg, channelId); in testDeleteNotificationChannel_userUnlocked()
H A DNotificationManagerServiceTest.java3569 when(mPreferencesHelper.deleteNotificationChannel(eq(PKG), anyInt(), in testDeleteChannelNotifyListener()
3572 mBinderService.deleteNotificationChannel(PKG, mTestNotificationChannel.getId()); in testDeleteChannelNotifyListener()
3587 mBinderService.deleteNotificationChannel(PKG, mTestNotificationChannel.getId()); in testDeleteChannelOnlyDoExtraWorkIfExisted()
/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl109 void deleteNotificationChannel(String pkg, String channelId); in deleteNotificationChannel() method
H A DNotificationManager.java1036 public void deleteNotificationChannel(String channelId) { in deleteNotificationChannel() method in NotificationManager
1039 service.deleteNotificationChannel(mContext.getPackageName(), channelId); in deleteNotificationChannel()
/aosp14/frameworks/base/services/
H A Dart-profile5098 HSPLcom/android/server/notification/NotificationManagerService$10;->deleteNotificationChannel(Ljava…
5328 HSPLcom/android/server/notification/PreferencesHelper;->deleteNotificationChannel(Ljava/lang/String…
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt1956 HSPLandroid/app/INotificationManager$Stub$Proxy;->deleteNotificationChannel(Ljava/lang/String;Ljava…
2397 HSPLandroid/app/NotificationManager;->deleteNotificationChannel(Ljava/lang/String;)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt1956 HSPLandroid/app/INotificationManager$Stub$Proxy;->deleteNotificationChannel(Ljava/lang/String;Ljava…
2397 HSPLandroid/app/NotificationManager;->deleteNotificationChannel(Ljava/lang/String;)V
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt6427 Landroid/app/INotificationManager$Stub$Proxy;->deleteNotificationChannel(Ljava/lang/String;Ljava/la…
6621 Landroid/app/INotificationManager;->deleteNotificationChannel(Ljava/lang/String;Ljava/lang/String;)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6804 method public void deleteNotificationChannel(String);