Home
last modified time | relevance | path

Searched refs:getDeletedChannelCount (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl113 int getDeletedChannelCount(String pkg, int uid); in getDeletedChannelCount() method
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java1751 public int getDeletedChannelCount(String pkg, int uid) { in getDeletedChannelCount() method in PreferencesHelper
H A DNotificationManagerService.java4181 public int getDeletedChannelCount(String pkg, int uid) {
4183 return mPreferencesHelper.getDeletedChannelCount(pkg, uid);
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java2267 assertEquals(2, mHelper.getDeletedChannelCount(PKG_N_MR1, UID_N_MR1)); in testGetDeletedChannelCount()
2268 assertEquals(0, mHelper.getDeletedChannelCount("pkg2", UID_O)); in testGetDeletedChannelCount()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt6439 Landroid/app/INotificationManager$Stub$Proxy;->getDeletedChannelCount(Ljava/lang/String;I)I
6631 Landroid/app/INotificationManager;->getDeletedChannelCount(Ljava/lang/String;I)I