Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/app/
DChannelListPreferenceController.java59 private List<NotificationChannelGroup> mChannelGroupList; field in ChannelListPreferenceController
104 mChannelGroupList = mBackend.getGroups(mAppRow.pkg, mAppRow.uid).getList(); in updateState()
106 mChannelGroupList = mBackend.getGroupsWithRecentBlockedFilter(mAppRow.pkg, in updateState()
110 mChannelGroupList = mBackend.getGroups(mAppRow.pkg, mAppRow.uid).getList(); in updateState()
112 Collections.sort(mChannelGroupList, CHANNEL_GROUP_COMPARATOR); in updateState()
121 updateFullList(mPreference, mChannelGroupList); in updateState()
DAppChannelsBypassingDndPreferenceController.java144 List<NotificationChannelGroup> mChannelGroupList = mBackend.getGroups(mAppRow.pkg, in loadAppChannels() local
147 for (NotificationChannelGroup channelGroup : mChannelGroupList) { in loadAppChannels()