Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/core/
DPreferenceXmlParserUtils.java149 TypedArray preferenceScreenAttributes = null; in extractMetadata() local
151 preferenceScreenAttributes = context.obtainStyledAttributes( in extractMetadata()
183 isAppended(preferenceScreenAttributes)); in extractMetadata()
204 if (preferenceScreenAttributes != null) { in extractMetadata()
205 preferenceScreenAttributes.recycle(); in extractMetadata()