Home | History | Annotate | Download | only in preference

Lines Matching defs:rootPreferences

258      * @param rootPreferences Optional existing hierarchy to merge the new
263 PreferenceScreen inflateFromIntent(Intent queryIntent, PreferenceScreen rootPreferences) {
295 rootPreferences = (PreferenceScreen) inflater
296 .inflate(parser, rootPreferences, true);
301 rootPreferences.onAttachedToHierarchy(this);
303 return rootPreferences;
312 * @param rootPreferences Optional existing hierarchy to merge the new
319 PreferenceScreen rootPreferences) {
324 rootPreferences = (PreferenceScreen) inflater.inflate(resId, rootPreferences, true);
325 rootPreferences.onAttachedToHierarchy(this);
330 return rootPreferences;