Searched refs:DISALLOW_OUTGOING_CALLS (Results 1 – 10 of 10) sorted by relevance
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | TelephonyTest.java | 26 …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)
|
D | UserRestrictionsTest.java | 161 CommonUserRestrictions.DISALLOW_OUTGOING_CALLS,
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/ |
D | CommonUserRestrictions.java | 122 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/ |
D | PrimaryProfileOwnerUserRestrictionsTest.java | 43 UserManager.DISALLOW_OUTGOING_CALLS,
|
D | SecondaryProfileOwnerUserRestrictionsTest.java | 38 UserManager.DISALLOW_OUTGOING_CALLS,
|
D | DeviceOwnerUserRestrictionsTest.java | 45 UserManager.DISALLOW_OUTGOING_CALLS,
|
D | BaseUserRestrictionsTest.java | 61 UserManager.DISALLOW_OUTGOING_CALLS,
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | OrgOwnedProfileOwnerParentTest.java | 91 UserManager.DISALLOW_OUTGOING_CALLS,
|
D | UserRestrictionsParentTest.java | 212 UserManager.DISALLOW_OUTGOING_CALLS,
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 34085 field public static final String DISALLOW_OUTGOING_CALLS = "no_outgoing_calls";
|