Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java82 UserManager.DISALLOW_SHARE_LOCATION,
549 case UserManager.DISALLOW_SHARE_LOCATION: in applyUserRestriction()
684 restriction = UserManager.DISALLOW_SHARE_LOCATION; in isSettingRestrictedForUser()
697 restriction = UserManager.DISALLOW_SHARE_LOCATION; in isSettingRestrictedForUser()
DUserManagerService.java3080 setUserRestriction(UserManager.DISALLOW_SHARE_LOCATION, true, user.id); in createRestrictedProfile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DLocationTile.java102 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_SHARE_LOCATION); in handleUpdateState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationControllerImpl.java145 return um.hasUserRestriction(UserManager.DISALLOW_SHARE_LOCATION, in isUserLocationRestricted()
/frameworks/base/core/java/android/app/
DAppOpsManager.java1618 UserManager.DISALLOW_SHARE_LOCATION, //COARSE_LOCATION
1619 UserManager.DISALLOW_SHARE_LOCATION, //FINE_LOCATION
1620 UserManager.DISALLOW_SHARE_LOCATION, //GPS
1628 UserManager.DISALLOW_SHARE_LOCATION, //WIFI_SCAN
1659 UserManager.DISALLOW_SHARE_LOCATION, //MONITOR_LOCATION
1660 UserManager.DISALLOW_SHARE_LOCATION, //MONITOR_HIGH_POWER_LOCATION
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java381 restrictions.getBoolean(UserManager.DISALLOW_SHARE_LOCATION)); in testAddRestrictedProfile()
/frameworks/base/core/java/android/os/
DUserManager.java199 public static final String DISALLOW_SHARE_LOCATION = "no_share_location"; field in UserManager
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java970 if (changedRestrictions.contains(UserManager.DISALLOW_SHARE_LOCATION)) { in startWatchingUserRestrictionChanges()
1826 && mUserManager.hasUserRestriction(UserManager.DISALLOW_SHARE_LOCATION,
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22407 field public static final java.lang.String DISALLOW_SHARE_LOCATION = "no_share_location";
/frameworks/base/non-updatable-api/
Dcurrent.txt35640 field public static final String DISALLOW_SHARE_LOCATION = "no_share_location";
/frameworks/base/api/
Dcurrent.txt35784 field public static final String DISALLOW_SHARE_LOCATION = "no_share_location";