Home
last modified time | relevance | path

Searched refs:DISALLOW_CONFIG_LOCATION (Results 1 – 14 of 14) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DLocationTest.java19 … static com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_CONFIG_LOCATION;
96 @EnsureDoesNotHaveUserRestriction(DISALLOW_CONFIG_LOCATION)
108 @EnsureDoesNotHaveUserRestriction(DISALLOW_CONFIG_LOCATION)
126 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_LOCATION)); in setUserRestriction_disallowConfigLocation_cannotSet_throwsException()
135 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_LOCATION); in setUserRestriction_disallowConfigLocation_isSet() local
137 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CONFIG_LOCATION)) in setUserRestriction_disallowConfigLocation_isSet()
141 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_LOCATION); in setUserRestriction_disallowConfigLocation_isSet() local
151 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_LOCATION); in setUserRestriction_disallowConfigLocation_isNotSet() local
153 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CONFIG_LOCATION)) in setUserRestriction_disallowConfigLocation_isNotSet()
158 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_LOCATION); in setUserRestriction_disallowConfigLocation_isNotSet() local
[all …]
DUserRestrictionsTest.java139 CommonUserRestrictions.DISALLOW_CONFIG_LOCATION,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDevicePolicyLoggingParentTest.java41 UserManager.DISALLOW_CONFIG_LOCATION); in testUserRestrictionLogged()
43 UserManager.DISALLOW_CONFIG_LOCATION); in testUserRestrictionLogged()
DDevicePolicyLoggingTest.java68 UserManager.DISALLOW_CONFIG_LOCATION); in testSetUserRestrictionLogged()
70 UserManager.DISALLOW_CONFIG_LOCATION); in testSetUserRestrictionLogged()
DOrgOwnedProfileOwnerParentTest.java79 UserManager.DISALLOW_CONFIG_LOCATION,
DUserRestrictionsParentTest.java200 UserManager.DISALLOW_CONFIG_LOCATION,
/cts/hostsidetests/securitybulletin/test-apps/TestLocationScanningServicesUsingSlices/src/android/security/cts/TestLocationScanningServicesUsingSlices/
DDeviceTest.java19 import static android.os.UserManager.DISALLOW_CONFIG_LOCATION;
79 DISALLOW_CONFIG_LOCATION); in setUp()
84 .getBoolean(DISALLOW_CONFIG_LOCATION)); in setUp()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java229 public static final String DISALLOW_CONFIG_LOCATION = "no_config_location"; field in CommonUserRestrictions
319 DISALLOW_CONFIG_LOCATION,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUserRestrictions.java59 UserManager.DISALLOW_CONFIG_LOCATION,
203 UserManager.DISALLOW_CONFIG_LOCATION);
215 UserManager.DISALLOW_CONFIG_LOCATION,
340 case UserManager.DISALLOW_CONFIG_LOCATION: in isRestrictionValid()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DOrgOwnedProfileOwnerTest.java77 private static final String DISALLOW_CONFIG_LOCATION = "no_config_location"; field in OrgOwnedProfileOwnerTest
158 .setStrings(DISALLOW_CONFIG_LOCATION, CALLED_FROM_PARENT) in testUserRestrictionSetOnParentLogged()
162 .setStrings(DISALLOW_CONFIG_LOCATION, CALLED_FROM_PARENT) in testUserRestrictionSetOnParentLogged()
DDeviceAndProfileOwnerTest.java150 private static final String DISALLOW_CONFIG_LOCATION = "no_config_location"; field in DeviceAndProfileOwnerTest
925 .setStrings(DISALLOW_CONFIG_LOCATION, NOT_CALLED_FROM_PARENT) in testSetUserRestrictionLogged()
929 .setStrings(DISALLOW_CONFIG_LOCATION, NOT_CALLED_FROM_PARENT) in testSetUserRestrictionLogged()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20349/src/android/security/cts/CVE_2022_20349/
DDeviceTest.java50 static final String USER_RESTRICTION = UserManager.DISALLOW_CONFIG_LOCATION;
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20348/src/android/security/cts/CVE_2022_20348/
DDeviceTest.java50 static final String USER_RESTRICTION = UserManager.DISALLOW_CONFIG_LOCATION;
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34060 field public static final String DISALLOW_CONFIG_LOCATION = "no_config_location";