Searched refs:rootPreferences (Results 1 – 1 of 1) 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()