Searched refs:rootPreferences (Results 1 – 2 of 2) sorted by relevance
281 PreferenceScreen inflateFromIntent(Intent queryIntent, PreferenceScreen rootPreferences) { in inflateFromIntent() argument313 rootPreferences = (PreferenceScreen) inflater in inflateFromIntent()314 .inflate(parser, rootPreferences, true); in inflateFromIntent()319 rootPreferences.onAttachedToHierarchy(this); in inflateFromIntent()321 return rootPreferences; in inflateFromIntent()338 PreferenceScreen rootPreferences) { in inflateFromResource() argument343 rootPreferences = (PreferenceScreen) inflater.inflate(resId, rootPreferences, true); in inflateFromResource()344 rootPreferences.onAttachedToHierarchy(this); in inflateFromResource()349 return rootPreferences; in inflateFromResource()
198 PreferenceScreen rootPreferences = getPreferenceManager().inflateFromResource( in inflatePreferences() local200 Preference pref = rootPreferences.getPreference(0); in inflatePreferences()201 rootPreferences.removeAll(); in inflatePreferences()