Home
last modified time | relevance | path

Searched refs:getChannelGroups (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java152 public ParceledListSlice<NotificationChannelGroup> getChannelGroups(String pkg, int uid) { in getChannelGroups() method in NotificationBackend
DAppNotificationSettings.java110 mChannelGroupList = mBackend.getChannelGroups(mPkg, mUid).getList(); in onResume()