Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DTelephonyTest.java224 sDeviceState.dpc().componentName(), DISALLOW_OUTGOING_CALLS); in setUserRestriction_disallowOutgoingCalls_isSet() local
230 sDeviceState.dpc().componentName(), DISALLOW_OUTGOING_CALLS); in setUserRestriction_disallowOutgoingCalls_isSet() local
241 sDeviceState.dpc().componentName(), DISALLOW_OUTGOING_CALLS); in setUserRestriction_disallowOutgoingCalls_isNotSet() local
248 sDeviceState.dpc().componentName(), DISALLOW_OUTGOING_CALLS); in setUserRestriction_disallowOutgoingCalls_isNotSet() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java122 public static final String DISALLOW_OUTGOING_CALLS = "no_outgoing_calls"; field in CommonUserRestrictions