Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DAppNotificationSettings.java175 PreferenceCategory groupCategory = new PreferenceCategory(getPrefContext()); in populateChannelList() local
176 groupCategory.setTitle(R.string.notification_channels); in populateChannelList()
177 groupCategory.setKey(KEY_GENERAL_CATEGORY); in populateChannelList()
178 getPreferenceScreen().addPreference(groupCategory); in populateChannelList()
179 mChannelGroups.add(groupCategory); in populateChannelList()
184 groupCategory.addPreference(empty); in populateChannelList()
187 PreferenceCategory groupCategory = new PreferenceCategory(getPrefContext()); in populateChannelList() local
189 groupCategory.setTitle(mChannelGroupList.size() > 1 in populateChannelList()
192 groupCategory.setKey(KEY_GENERAL_CATEGORY); in populateChannelList()
194 groupCategory.setTitle(group.getName()); in populateChannelList()
[all …]