Home
last modified time | relevance | path

Searched defs:getDeletedChannelCount (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationBackend.java371 public int getDeletedChannelCount(String pkg, int uid) { in getDeletedChannelCount() method in NotificationBackend
/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl111 int getDeletedChannelCount(String pkg, int uid); in getDeletedChannelCount() method
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java1589 public int getDeletedChannelCount(String pkg, int uid) { in getDeletedChannelCount() method in PreferencesHelper