Searched refs:DISALLOW_SHARE_LOCATION (Results 1 – 8 of 8) sorted by relevance
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | LocationTest.java | 20 …t static com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_SHARE_LOCATION; 60 sDeviceState.dpc().componentName(), DISALLOW_SHARE_LOCATION)); in setUserRestriction_disallowShareLocation_cannotSet_throwsException() 69 sDeviceState.dpc().componentName(), DISALLOW_SHARE_LOCATION); in setUserRestriction_disallowShareLocation_isSet() local 71 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_SHARE_LOCATION)) in setUserRestriction_disallowShareLocation_isSet() 75 sDeviceState.dpc().componentName(), DISALLOW_SHARE_LOCATION); in setUserRestriction_disallowShareLocation_isSet() local 85 sDeviceState.dpc().componentName(), DISALLOW_SHARE_LOCATION); in setUserRestriction_disallowShareLocation_isNotSet() local 87 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_SHARE_LOCATION)) in setUserRestriction_disallowShareLocation_isNotSet() 92 sDeviceState.dpc().componentName(), DISALLOW_SHARE_LOCATION); in setUserRestriction_disallowShareLocation_isNotSet() local 97 @EnsureDoesNotHaveUserRestriction(DISALLOW_SHARE_LOCATION) 109 @EnsureHasUserRestriction(DISALLOW_SHARE_LOCATION) [all …]
|
D | UserRestrictionsTest.java | 91 CommonUserRestrictions.DISALLOW_SHARE_LOCATION,
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/ |
D | CommonUserRestrictions.java | 40 public static final String DISALLOW_SHARE_LOCATION = "no_share_location"; field in CommonUserRestrictions 269 DISALLOW_SHARE_LOCATION,
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | UserRestrictions.java | 55 UserManager.DISALLOW_SHARE_LOCATION, 201 UserManager.DISALLOW_MODIFY_ACCOUNTS, UserManager.DISALLOW_SHARE_LOCATION, 212 UserManager.DISALLOW_SHARE_LOCATION, 331 case UserManager.DISALLOW_SHARE_LOCATION: in isRestrictionValid()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | OrgOwnedProfileOwnerParentTest.java | 87 UserManager.DISALLOW_SHARE_LOCATION,
|
D | UserRestrictionsParentTest.java | 208 UserManager.DISALLOW_SHARE_LOCATION,
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/ |
D | BaseUserRestrictionsTest.java | 41 UserManager.DISALLOW_SHARE_LOCATION,
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 34093 field public static final String DISALLOW_SHARE_LOCATION = "no_share_location";
|