HomeSort by relevance Sort by last modified time
    Searched refs:getDeletedChannelCount (Results 1 - 8 of 8) sorted by null

  /packages/apps/Settings/src/com/android/settings/notification/
DeletedChannelsPreferenceController.java 49 return mBackend.getDeletedChannelCount(mAppRow.pkg, mAppRow.uid) > 0;
54 int deletedChannelCount = mBackend.getDeletedChannelCount(mAppRow.pkg, mAppRow.uid);
NotificationBackend.java 208 public int getDeletedChannelCount(String pkg, int uid) {
210 return sINM.getDeletedChannelCount(pkg, uid);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DeletedChannelsPreferenceControllerTest.java 97 when(mBackend.getDeletedChannelCount(any(), anyInt())).thenReturn(0);
104 when(mBackend.getDeletedChannelCount(any(), anyInt())).thenReturn(1);
111 when(mBackend.getDeletedChannelCount(any(), anyInt())).thenReturn(1);
118 verify(mBackend, times(1)).getDeletedChannelCount(any(), anyInt());
  /frameworks/base/core/java/android/app/
INotificationManager.aidl 82 int getDeletedChannelCount(String pkg, int uid);
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
RankingHelperTest.java     [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java     [all...]
NotificationManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 363 milliseconds