Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DAppNotificationSettings.java56 private List<NotificationChannelGroup> mChannelGroupList; field in AppNotificationSettings
98 mChannelGroupList = mBackend.getGroups(mPkg, mUid).getList(); in onResume()
99 Collections.sort(mChannelGroupList, mChannelGroupComparator); in onResume()
166 if (mChannelGroupList.isEmpty()) { in populateList()
184 for (NotificationChannelGroup group : mChannelGroupList) { in populateGroupList()
190 if (mChannelGroupList.size() > 1) { in populateGroupList()
/packages/apps/Settings/src/com/android/settings/notification/
DChannelListPreferenceController.java58 private List<NotificationChannelGroup> mChannelGroupList; field in ChannelListPreferenceController
94 mChannelGroupList = mBackend.getGroups(mAppRow.pkg, mAppRow.uid).getList(); in updateState()
95 Collections.sort(mChannelGroupList, mChannelGroupComparator); in updateState()
113 if (mChannelGroupList.isEmpty()) { in populateList()
129 for (NotificationChannelGroup group : mChannelGroupList) { in populateGroupList()
134 if (mChannelGroupList.size() > 1) { in populateGroupList()