/aosp14/frameworks/base/core/java/com/android/internal/notification/ |
H A 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()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | RankingConfig.java | 55 boolean deleteNotificationChannel(String pkg, int uid, String channelId, in deleteNotificationChannel() method
|
H A D | NotificationHistoryManager.java | 209 public void deleteNotificationChannel(String pkg, int uid, String channelId) { in deleteNotificationChannel() method in NotificationHistoryManager 221 userHistory.deleteNotificationChannel(pkg, channelId); in deleteNotificationChannel()
|
H A D | NotificationHistoryDatabase.java | 157 public void deleteNotificationChannel(String pkg, String channelId) { in deleteNotificationChannel() method in NotificationHistoryDatabase
|
H A D | PreferencesHelper.java | 1307 public boolean deleteNotificationChannel(String pkg, int uid, String channelId, in deleteNotificationChannel() method in PreferencesHelper
|
H A D | NotificationManagerService.java | 4058 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 D | NotificationChannelsTest.java | 74 verify(mMockNotificationManager).deleteNotificationChannel(captor.capture()); in testChannelCleanup()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | NotificationChannels.java | 144 mContext.getSystemService(NotificationManager.class).deleteNotificationChannel(GENERAL); in cleanUp()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AlertWindowNotification.java | 89 mNotificationManager.deleteNotificationChannel(mNotificationTag); in onCancelNotification()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 2164 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 D | NotificationHistoryManagerTest.java | 389 mHistoryManager.deleteNotificationChannel(pkg, 1, channelId); in testDeleteNotificationChannel_userUnlocked() 391 verify(userHistory, times(1)).deleteNotificationChannel(pkg, channelId); in testDeleteNotificationChannel_userUnlocked()
|
H A D | NotificationManagerServiceTest.java | 3569 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 D | INotificationManager.aidl | 109 void deleteNotificationChannel(String pkg, String channelId); in deleteNotificationChannel() method
|
H A D | NotificationManager.java | 1036 public void deleteNotificationChannel(String channelId) { in deleteNotificationChannel() method in NotificationManager 1039 service.deleteNotificationChannel(mContext.getPackageName(), channelId); in deleteNotificationChannel()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 5098 HSPLcom/android/server/notification/NotificationManagerService$10;->deleteNotificationChannel(Ljava… 5328 HSPLcom/android/server/notification/PreferencesHelper;->deleteNotificationChannel(Ljava/lang/String…
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 1956 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 D | boot-image-profile.txt | 1956 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A 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
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6804 method public void deleteNotificationChannel(String);
|