Home
last modified time | relevance | path

Searched defs:DISALLOW_MOUNT_PHYSICAL_MEDIA (Results 1 – 2 of 2) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DPhysicalMediaTest.java65 sDeviceState.dpc().componentName(), DISALLOW_MOUNT_PHYSICAL_MEDIA); in setUserRestriction_disallowMountPhysicalMedia_isSet() local
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
88 sDeviceState.dpc().componentName(), DISALLOW_MOUNT_PHYSICAL_MEDIA); in setUserRestriction_disallowMountPhysicalMedia_isNotSet() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java113 public static final String DISALLOW_MOUNT_PHYSICAL_MEDIA = "no_physical_media"; field in CommonUserRestrictions