Home
last modified time | relevance | path

Searched defs:getBlockedChannelCount (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl114 int getBlockedChannelCount(String pkg, int uid); in getBlockedChannelCount() method
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java1770 public int getBlockedChannelCount(String pkg, int uid) { in getBlockedChannelCount() method in PreferencesHelper