Home
last modified time | relevance | path

Searched refs:DISALLOW_OUTGOING_CALLS (Results 1 – 10 of 10) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DTelephonyTest.java26 …t static com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_OUTGOING_CALLS;
214 sDeviceState.dpc().componentName(), DISALLOW_OUTGOING_CALLS)); in setUserRestriction_disallowOutgoingCalls_cannotSet_throwsException()
224 sDeviceState.dpc().componentName(), DISALLOW_OUTGOING_CALLS); in setUserRestriction_disallowOutgoingCalls_isSet() local
226 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_OUTGOING_CALLS)) in setUserRestriction_disallowOutgoingCalls_isSet()
230 sDeviceState.dpc().componentName(), DISALLOW_OUTGOING_CALLS); in setUserRestriction_disallowOutgoingCalls_isSet() local
241 sDeviceState.dpc().componentName(), DISALLOW_OUTGOING_CALLS); in setUserRestriction_disallowOutgoingCalls_isNotSet() local
243 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_OUTGOING_CALLS)) in setUserRestriction_disallowOutgoingCalls_isNotSet()
248 sDeviceState.dpc().componentName(), DISALLOW_OUTGOING_CALLS); in setUserRestriction_disallowOutgoingCalls_isNotSet() local
252 @EnsureDoesNotHaveUserRestriction(DISALLOW_OUTGOING_CALLS)
261 @EnsureHasUserRestriction(DISALLOW_OUTGOING_CALLS)
DUserRestrictionsTest.java161 CommonUserRestrictions.DISALLOW_OUTGOING_CALLS,
/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
296 DISALLOW_OUTGOING_CALLS,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DPrimaryProfileOwnerUserRestrictionsTest.java43 UserManager.DISALLOW_OUTGOING_CALLS,
DSecondaryProfileOwnerUserRestrictionsTest.java38 UserManager.DISALLOW_OUTGOING_CALLS,
DDeviceOwnerUserRestrictionsTest.java45 UserManager.DISALLOW_OUTGOING_CALLS,
DBaseUserRestrictionsTest.java61 UserManager.DISALLOW_OUTGOING_CALLS,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DOrgOwnedProfileOwnerParentTest.java91 UserManager.DISALLOW_OUTGOING_CALLS,
DUserRestrictionsParentTest.java212 UserManager.DISALLOW_OUTGOING_CALLS,
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34085 field public static final String DISALLOW_OUTGOING_CALLS = "no_outgoing_calls";