OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:protectByRestrictions
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/src/com/android/settings/
RestrictedSettingsFragment.java
237
* If the preference is one that was added by
protectByRestrictions
(), then it will
251
protected void
protectByRestrictions
(Preference pref) {
257
protected void
protectByRestrictions
(String key) {
259
protectByRestrictions
(pref);
WirelessSettings.java
302
protectByRestrictions
(KEY_WIMAX_SETTINGS);
311
protectByRestrictions
(KEY_VPN_SETTINGS);
346
protectByRestrictions
(KEY_MOBILE_NETWORK_SETTINGS);
347
protectByRestrictions
(KEY_MANAGE_MOBILE_PLAN);
376
protectByRestrictions
(KEY_TETHER_SETTINGS);
397
protectByRestrictions
(KEY_CELL_BROADCAST_SETTINGS);
SecuritySettings.java
337
protectByRestrictions
(mToggleAppInstallation);
338
protectByRestrictions
(mToggleVerifyApps);
339
protectByRestrictions
(mResetCredentials);
340
protectByRestrictions
(root.findPreference(KEY_CREDENTIALS_INSTALL));
DeviceInfoSettings.java
85
protectByRestrictions
(KEY_BUILD_NUMBER);
Completed in 348 milliseconds