Searched refs:groupCategory (Results 1 – 1 of 1) sorted by relevance
175 PreferenceCategory groupCategory = new PreferenceCategory(getPrefContext()); in populateChannelList() local176 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() local189 groupCategory.setTitle(mChannelGroupList.size() > 1 in populateChannelList()192 groupCategory.setKey(KEY_GENERAL_CATEGORY); in populateChannelList()194 groupCategory.setTitle(group.getName()); in populateChannelList()[all …]