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

  /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());
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationBackend.java 208 public int getDeletedChannelCount(String pkg, int uid) {
210 return sINM.getDeletedChannelCount(pkg, uid);
  /frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 133 milliseconds