Searched refs:KEY_GENERAL_CATEGORY (Results 1 – 9 of 9) sorted by relevance
94 public static final String KEY_GENERAL_CATEGORY = "general_categories"; field in ToggleFeaturePreferenceFragment348 lists.add(KEY_GENERAL_CATEGORY); in getPreferenceOrderList()424 generalCategory.setKey(KEY_GENERAL_CATEGORY); in initGeneralCategory()440 final PreferenceCategory generalCategory = findPreference(KEY_GENERAL_CATEGORY); in initShortcutPreference()455 final PreferenceCategory generalCategory = findPreference(KEY_GENERAL_CATEGORY); in initSettingsPreference()
20 …ort static com.android.settings.accessibility.ToggleFeaturePreferenceFragment.KEY_GENERAL_CATEGORY;293 generalCategory.setKey(KEY_GENERAL_CATEGORY); in initGeneralCategory()
159 final PreferenceCategory generalCategory = findPreference(KEY_GENERAL_CATEGORY); in initSettingsPreference()395 final PreferenceCategory generalCategory = findPreference(KEY_GENERAL_CATEGORY); in initShortcutPreference()
93 final PreferenceCategory generalCategory = findPreference(KEY_GENERAL_CATEGORY); in updateGeneralCategoryOrder()
133 lists.add(KEY_GENERAL_CATEGORY); in getPreferenceOrderList()
109 lists.add(KEY_GENERAL_CATEGORY); in getPreferenceOrderList()
20 import static com.android.settings.applications.AppsPreferenceController.KEY_GENERAL_CATEGORY;90 when(mScreen.findPreference(KEY_GENERAL_CATEGORY)).thenReturn(mGeneralCategory); in setUp()
59 static final String KEY_GENERAL_CATEGORY = "general_category"; field in AppsPreferenceController168 mGeneralCategory = screen.findPreference(KEY_GENERAL_CATEGORY); in initPreferences()
54 private static final String KEY_GENERAL_CATEGORY = "categories"; field in ChannelListPreferenceController155 key = KEY_GENERAL_CATEGORY; in findOrCreateGroupCategoryForKey()