Searched refs:rootPreferences (Results 1 – 1 of 1) sorted by relevance
211 PreferenceScreen inflateFromIntent(Intent queryIntent, PreferenceScreen rootPreferences) { in inflateFromIntent() argument243 rootPreferences = (PreferenceScreen) inflater in inflateFromIntent()244 .inflate(parser, rootPreferences, true); in inflateFromIntent()249 rootPreferences.onAttachedToHierarchy(this); in inflateFromIntent()251 return rootPreferences; in inflateFromIntent()267 PreferenceScreen rootPreferences) { in inflateFromResource() argument272 rootPreferences = (PreferenceScreen) inflater.inflate(resId, rootPreferences, true); in inflateFromResource()273 rootPreferences.onAttachedToHierarchy(this); in inflateFromResource()278 return rootPreferences; in inflateFromResource()