OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:restrictedswitchsummary
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
RestrictedSwitchPreference.java
58
final TypedValue
restrictedSwitchSummary
= attributes.peekValue(
61
if (
restrictedSwitchSummary
!= null
62
&&
restrictedSwitchSummary
.type == TypedValue.TYPE_STRING) {
63
if (
restrictedSwitchSummary
.resourceId != 0) {
64
data = context.getString(
restrictedSwitchSummary
.resourceId);
66
data =
restrictedSwitchSummary
.string;
/packages/apps/Settings/res/xml/
date_time_prefs.xml
27
settings:
restrictedSwitchSummary
="@string/enabled_by_admin"
app_notification_settings.xml
30
settings:
restrictedSwitchSummary
="@string/enabled_by_admin" />
/frameworks/base/packages/SettingsLib/res/values/
attrs.xml
33
<attr name="
restrictedSwitchSummary
" format="reference" />
Completed in 371 milliseconds