Searched refs:rootPreferences (Results 1 – 2 of 2) sorted by relevance
219 PreferenceScreen inflateFromIntent(Intent queryIntent, PreferenceScreen rootPreferences) { in inflateFromIntent() argument251 rootPreferences = (PreferenceScreen) inflater in inflateFromIntent()252 .inflate(parser, rootPreferences, true); in inflateFromIntent()257 rootPreferences.onAttachedToHierarchy(this); in inflateFromIntent()259 return rootPreferences; in inflateFromIntent()275 PreferenceScreen rootPreferences) { in inflateFromResource() argument280 rootPreferences = (PreferenceScreen) inflater.inflate(resId, rootPreferences, true); in inflateFromResource()281 rootPreferences.onAttachedToHierarchy(this); in inflateFromResource()286 return rootPreferences; in inflateFromResource()
122 PreferenceScreen rootPreferences) { in inflateFromResource() argument127 rootPreferences = (PreferenceScreen) inflater.inflate(resId, rootPreferences); in inflateFromResource()128 rootPreferences.onAttachedToHierarchy(this); in inflateFromResource()133 return rootPreferences; in inflateFromResource()