Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl117 int getDeletedChannelCount(String pkg, int uid); in getDeletedChannelCount() method
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1815 public int getDeletedChannelCount(String pkg, int uid) { in getDeletedChannelCount() method in PreferencesHelper
DNotificationManagerService.java4409 public int getDeletedChannelCount(String pkg, int uid) {
4411 return mPreferencesHelper.getDeletedChannelCount(pkg, uid);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java2461 assertEquals(2, mHelper.getDeletedChannelCount(PKG_N_MR1, UID_N_MR1)); in testGetDeletedChannelCount()
2462 assertEquals(0, mHelper.getDeletedChannelCount("pkg2", UID_O)); in testGetDeletedChannelCount()
/frameworks/base/boot/hiddenapi/
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