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 D | DeletedChannelsPreferenceControllerTest.java | 106 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 D | DeletedChannelsPreferenceController.java | 51 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 D | NotificationBackend.java | 371 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 D | INotificationManager.aidl | 111 int getDeletedChannelCount(String pkg, int uid); in getDeletedChannelCount() method
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 1297 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 D | PreferencesHelper.java | 1589 public int getDeletedChannelCount(String pkg, int uid) { in getDeletedChannelCount() method in PreferencesHelper
|
H A D | NotificationManagerService.java | 3820 public int getDeletedChannelCount(String pkg, int uid) { 3822 return mPreferencesHelper.getDeletedChannelCount(pkg, uid);
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 6439 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 D | art-profile | 26473 PLcom/android/server/notification/NotificationManagerService$11;->getDeletedChannelCount(Ljava/lang… 27405 HPLcom/android/server/notification/PreferencesHelper;->getDeletedChannelCount(Ljava/lang/String;I)I…
|