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.java71 final TypedValue restrictedSwitchSummary = attributes.peekValue( in RestrictedSwitchPreference() local
74 if (restrictedSwitchSummary != null in RestrictedSwitchPreference()
75 && restrictedSwitchSummary.type == TypedValue.TYPE_STRING) { in RestrictedSwitchPreference()
76 if (restrictedSwitchSummary.resourceId != 0) { in RestrictedSwitchPreference()
78 context.getText(restrictedSwitchSummary.resourceId); in RestrictedSwitchPreference()
80 mRestrictedSwitchSummary = restrictedSwitchSummary.string; in RestrictedSwitchPreference()