Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DLocationTest.java69 sDeviceState.dpc().componentName(), DISALLOW_SHARE_LOCATION); in setUserRestriction_disallowShareLocation_isSet() local
75 sDeviceState.dpc().componentName(), DISALLOW_SHARE_LOCATION); in setUserRestriction_disallowShareLocation_isSet() local
85 sDeviceState.dpc().componentName(), DISALLOW_SHARE_LOCATION); in setUserRestriction_disallowShareLocation_isNotSet() local
92 sDeviceState.dpc().componentName(), DISALLOW_SHARE_LOCATION); in setUserRestriction_disallowShareLocation_isNotSet() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java40 public static final String DISALLOW_SHARE_LOCATION = "no_share_location"; field in CommonUserRestrictions