OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkRestrictionAndSetDisabled
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
RestrictedPreference.java
85
public void
checkRestrictionAndSetDisabled
(String userRestriction) {
86
mHelper.
checkRestrictionAndSetDisabled
(userRestriction, UserHandle.myUserId());
89
public void
checkRestrictionAndSetDisabled
(String userRestriction, int userId) {
90
mHelper.
checkRestrictionAndSetDisabled
(userRestriction, userId);
RestrictedSwitchPreference.java
147
public void
checkRestrictionAndSetDisabled
(String userRestriction) {
148
mHelper.
checkRestrictionAndSetDisabled
(userRestriction, UserHandle.myUserId());
151
public void
checkRestrictionAndSetDisabled
(String userRestriction, int userId) {
152
mHelper.
checkRestrictionAndSetDisabled
(userRestriction, userId);
RestrictedPreferenceHelper.java
123
checkRestrictionAndSetDisabled
(mAttrUserRestriction, UserHandle.myUserId());
133
public void
checkRestrictionAndSetDisabled
(String userRestriction, int userId) {
/packages/apps/Settings/src/com/android/settings/vpn2/
ManageablePreference.java
53
checkRestrictionAndSetDisabled
(UserManager.DISALLOW_CONFIG_VPN, userId);
AppManagementFragment.java
222
mPreferenceAlwaysOn.
checkRestrictionAndSetDisabled
(UserManager.DISALLOW_CONFIG_VPN,
224
mPreferenceForget.
checkRestrictionAndSetDisabled
(UserManager.DISALLOW_CONFIG_VPN,
/packages/services/Telephony/src/com/android/phone/
RestrictedSwitchPreference.java
69
public void
checkRestrictionAndSetDisabled
(String userRestriction) {
MobileNetworkSettings.java
[
all
...]
/packages/apps/Settings/src/com/android/settings/nfc/
NfcEnabler.java
127
mAndroidBeam.
checkRestrictionAndSetDisabled
(UserManager.DISALLOW_OUTGOING_BEAM);
/packages/apps/Settings/src/com/android/settings/
SecuritySettings.java
333
userCredentials.
checkRestrictionAndSetDisabled
(
337
credentialStorageType.
checkRestrictionAndSetDisabled
(
341
installCredentials.
checkRestrictionAndSetDisabled
(
343
mResetCredentials.
checkRestrictionAndSetDisabled
(
376
mToggleAppInstallation.
checkRestrictionAndSetDisabled
(
379
mToggleAppInstallation.
checkRestrictionAndSetDisabled
(
[
all
...]
DisplaySettings.java
478
pref.
checkRestrictionAndSetDisabled
(restriction);
/packages/apps/Settings/src/com/android/settings/notification/
SoundSettings.java
220
broadcastSettingsPref.
checkRestrictionAndSetDisabled
(
/packages/apps/Settings/src/com/android/settings/accounts/
AccountSettings.java
322
profileData.addAccountPreference.
checkRestrictionAndSetDisabled
(
Completed in 999 milliseconds