Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedSwitchPreference.java58 final TypedValue restrictedSwitchSummary = attributes.peekValue( in RestrictedSwitchPreference() local
61 if (restrictedSwitchSummary != null in RestrictedSwitchPreference()
62 && restrictedSwitchSummary.type == TypedValue.TYPE_STRING) { in RestrictedSwitchPreference()
63 if (restrictedSwitchSummary.resourceId != 0) { in RestrictedSwitchPreference()
64 data = context.getString(restrictedSwitchSummary.resourceId); in RestrictedSwitchPreference()
66 data = restrictedSwitchSummary.string; in RestrictedSwitchPreference()