Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DTelephonyTest.java286 sDeviceState.dpc().componentName(), DISALLOW_SMS); in setUserRestriction_disallowSms_isSet() local
292 sDeviceState.dpc().componentName(), DISALLOW_SMS); in setUserRestriction_disallowSms_isSet() local
303 sDeviceState.dpc().componentName(), DISALLOW_SMS); in setUserRestriction_disallowSms_isNotSet() local
310 sDeviceState.dpc().componentName(), DISALLOW_SMS); in setUserRestriction_disallowSms_isNotSet() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java125 public static final String DISALLOW_SMS = "no_sms"; field in CommonUserRestrictions