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

  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
NotificationAppsTest.java 93 when(mBackend.getNotificationsBanned(anyString(), anyInt())).thenReturn(false);
100 when(mBackend.getNotificationsBanned(eq("package1"), anyInt())).thenReturn(true);
106 when(mBackend.getNotificationsBanned(eq("package2"), anyInt())).thenReturn(true);
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationBackend.java 53 row.banned = getNotificationsBanned(row.pkg, row.uid);
88 public boolean getNotificationsBanned(String pkg, int uid) {

Completed in 912 milliseconds