Searched refs:rootPreferences (Results 1 – 2 of 2) sorted by relevance
263 PreferenceScreen inflateFromIntent(Intent queryIntent, PreferenceScreen rootPreferences) { in inflateFromIntent() argument295 rootPreferences = (PreferenceScreen) inflater in inflateFromIntent()296 .inflate(parser, rootPreferences, true); in inflateFromIntent()301 rootPreferences.onAttachedToHierarchy(this); in inflateFromIntent()303 return rootPreferences; in inflateFromIntent()319 PreferenceScreen rootPreferences) { in inflateFromResource() argument324 rootPreferences = (PreferenceScreen) inflater.inflate(resId, rootPreferences, true); in inflateFromResource()325 rootPreferences.onAttachedToHierarchy(this); in inflateFromResource()330 return rootPreferences; in inflateFromResource()
133 PreferenceScreen rootPreferences) { in inflateFromResource() argument138 rootPreferences = (PreferenceScreen) inflater.inflate(resId, rootPreferences); in inflateFromResource()139 rootPreferences.onAttachedToHierarchy(this); in inflateFromResource()144 return rootPreferences; in inflateFromResource()