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

  /frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java 700 public NotificationChannelGroup getNotificationChannelGroup(String groupId, String pkg,
    [all...]
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
NotificationManagerServiceTest.java     [all...]
RankingHelperTest.java 591 assertNull(mHelper.getNotificationChannelGroup(ncg.getId(), PKG, UID));
592 //assertEquals(ncg2, mHelper.getNotificationChannelGroup(ncg2.getId(), PKG, UID));
    [all...]

Completed in 114 milliseconds