Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedSwitchPreference.java62 final TypedValue restrictedSwitchSummary = attributes.peekValue( in RestrictedSwitchPreference() local
64 if (restrictedSwitchSummary != null in RestrictedSwitchPreference()
65 && restrictedSwitchSummary.type == TypedValue.TYPE_STRING) { in RestrictedSwitchPreference()
66 if (restrictedSwitchSummary.resourceId != 0) { in RestrictedSwitchPreference()
68 context.getText(restrictedSwitchSummary.resourceId); in RestrictedSwitchPreference()
70 mRestrictedSwitchSummary = restrictedSwitchSummary.string; in RestrictedSwitchPreference()