Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
H A DDeletedChannelsPreferenceControllerTest.java106 when(mBackend.getDeletedChannelCount(any(), anyInt())).thenReturn(0); in isAvailable_appScreen_notIfNoDeletedChannels()
113 when(mBackend.getDeletedChannelCount(any(), anyInt())).thenReturn(1); in isAvailable_appScreen()
121 when(mBackend.getDeletedChannelCount(any(), anyInt())).thenReturn(1); in updateState()
128 verify(mBackend, times(1)).getDeletedChannelCount(any(), anyInt()); in updateState()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/
H A DDeletedChannelsPreferenceController.java51 return mBackend.getDeletedChannelCount(mAppRow.pkg, mAppRow.uid) > 0; in isAvailable()
61 int deletedChannelCount = mBackend.getDeletedChannelCount(mAppRow.pkg, mAppRow.uid); in updateState()
/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
373 return sINM.getDeletedChannelCount(pkg, uid); in getDeletedChannelCount()
/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl111 int getDeletedChannelCount(String pkg, int uid); in getDeletedChannelCount() method
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java1297 assertEquals(2, mHelper.getDeletedChannelCount(PKG_N_MR1, UID_N_MR1)); in testGetDeletedChannelCount()
1298 assertEquals(0, mHelper.getDeletedChannelCount("pkg2", UID_O)); in testGetDeletedChannelCount()
/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
H A DNotificationManagerService.java3820 public int getDeletedChannelCount(String pkg, int uid) {
3822 return mPreferencesHelper.getDeletedChannelCount(pkg, uid);
/aosp12/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
/aosp12/frameworks/base/services/
H A Dart-profile26473 PLcom/android/server/notification/NotificationManagerService$11;->getDeletedChannelCount(Ljava/lang…
27405 HPLcom/android/server/notification/PreferencesHelper;->getDeletedChannelCount(Ljava/lang/String;I)I…