Home
last modified time | relevance | path

Searched refs:rootPreferences (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/preference/
H A DPreferenceManager.java281 PreferenceScreen inflateFromIntent(Intent queryIntent, PreferenceScreen rootPreferences) { in inflateFromIntent() argument
313 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() argument
343 rootPreferences = (PreferenceScreen) inflater.inflate(resId, rootPreferences, true); in inflateFromResource()
344 rootPreferences.onAttachedToHierarchy(this); in inflateFromResource()
349 return rootPreferences; in inflateFromResource()
/aosp12/packages/apps/Settings/src/com/android/settings/datausage/
H A DDataUsageSummary.java198 PreferenceScreen rootPreferences = getPreferenceManager().inflateFromResource( in inflatePreferences() local
200 Preference pref = rootPreferences.getPreference(0); in inflatePreferences()
201 rootPreferences.removeAll(); in inflatePreferences()