Searched refs:mChannelGroupList (Results 1 – 2 of 2) sorted by relevance
59 private List<NotificationChannelGroup> mChannelGroupList; field in ChannelListPreferenceController104 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()
144 List<NotificationChannelGroup> mChannelGroupList = mBackend.getGroups(mAppRow.pkg, in loadAppChannels() local147 for (NotificationChannelGroup channelGroup : mChannelGroupList) { in loadAppChannels()