Searched refs:DISALLOW_MOUNT_PHYSICAL_MEDIA (Results 1 – 11 of 11) sorted by relevance
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | PhysicalMediaTest.java | 19 …ic com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_MOUNT_PHYSICAL_MEDIA; 56 sDeviceState.dpc().componentName(), DISALLOW_MOUNT_PHYSICAL_MEDIA)); in setUserRestriction_disallowMountPhysicalMedia_cannotSet_throwsException() 65 sDeviceState.dpc().componentName(), DISALLOW_MOUNT_PHYSICAL_MEDIA); in setUserRestriction_disallowMountPhysicalMedia_isSet() local 67 … assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_MOUNT_PHYSICAL_MEDIA)) in setUserRestriction_disallowMountPhysicalMedia_isSet() 71 sDeviceState.dpc().componentName(), DISALLOW_MOUNT_PHYSICAL_MEDIA); in setUserRestriction_disallowMountPhysicalMedia_isSet() local 81 sDeviceState.dpc().componentName(), DISALLOW_MOUNT_PHYSICAL_MEDIA); in setUserRestriction_disallowMountPhysicalMedia_isNotSet() local 83 … assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_MOUNT_PHYSICAL_MEDIA)) in setUserRestriction_disallowMountPhysicalMedia_isNotSet() 88 sDeviceState.dpc().componentName(), DISALLOW_MOUNT_PHYSICAL_MEDIA); in setUserRestriction_disallowMountPhysicalMedia_isNotSet() local 92 @EnsureDoesNotHaveUserRestriction(DISALLOW_MOUNT_PHYSICAL_MEDIA) 101 @EnsureHasUserRestriction(DISALLOW_MOUNT_PHYSICAL_MEDIA)
|
D | UserRestrictionsTest.java | 115 CommonUserRestrictions.DISALLOW_MOUNT_PHYSICAL_MEDIA,
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/ |
D | CommonUserRestrictions.java | 113 public static final String DISALLOW_MOUNT_PHYSICAL_MEDIA = "no_physical_media"; field in CommonUserRestrictions 293 DISALLOW_MOUNT_PHYSICAL_MEDIA,
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/ |
D | PrimaryProfileOwnerUserRestrictionsTest.java | 40 UserManager.DISALLOW_MOUNT_PHYSICAL_MEDIA,
|
D | SecondaryProfileOwnerUserRestrictionsTest.java | 58 UserManager.DISALLOW_MOUNT_PHYSICAL_MEDIA,
|
D | BaseUserRestrictionsTest.java | 58 UserManager.DISALLOW_MOUNT_PHYSICAL_MEDIA, 95 UserManager.DISALLOW_MOUNT_PHYSICAL_MEDIA,
|
D | DeviceOwnerUserRestrictionsTest.java | 42 UserManager.DISALLOW_MOUNT_PHYSICAL_MEDIA,
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | OrgOwnedProfileOwnerParentTest.java | 90 UserManager.DISALLOW_MOUNT_PHYSICAL_MEDIA,
|
D | UserRestrictionsParentTest.java | 211 UserManager.DISALLOW_MOUNT_PHYSICAL_MEDIA,
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | UserRestrictions.java | 189 UserManager.DISALLOW_MOUNT_PHYSICAL_MEDIA,
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 34081 field public static final String DISALLOW_MOUNT_PHYSICAL_MEDIA = "no_physical_media";
|