Searched refs:DISALLOW_SMS (Results 1 – 11 of 11) sorted by relevance
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | TelephonyTest.java | 27 import static com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_SMS; 276 sDeviceState.dpc().componentName(), DISALLOW_SMS)); in setUserRestriction_disallowSms_cannotSet_throwsException() 286 sDeviceState.dpc().componentName(), DISALLOW_SMS); in setUserRestriction_disallowSms_isSet() local 288 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_SMS)) in setUserRestriction_disallowSms_isSet() 292 sDeviceState.dpc().componentName(), DISALLOW_SMS); in setUserRestriction_disallowSms_isSet() local 303 sDeviceState.dpc().componentName(), DISALLOW_SMS); in setUserRestriction_disallowSms_isNotSet() local 305 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_SMS)) in setUserRestriction_disallowSms_isNotSet() 310 sDeviceState.dpc().componentName(), DISALLOW_SMS); in setUserRestriction_disallowSms_isNotSet() local 314 @EnsureDoesNotHaveUserRestriction(DISALLOW_SMS) 323 @EnsureHasUserRestriction(DISALLOW_SMS)
|
D | UserRestrictionsTest.java | 162 CommonUserRestrictions.DISALLOW_SMS
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/ |
D | CommonUserRestrictions.java | 125 public static final String DISALLOW_SMS = "no_sms"; field in CommonUserRestrictions 297 DISALLOW_SMS,
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/ |
D | PrimaryProfileOwnerUserRestrictionsTest.java | 44 UserManager.DISALLOW_SMS,
|
D | SecondaryProfileOwnerUserRestrictionsTest.java | 59 UserManager.DISALLOW_SMS,
|
D | BaseUserRestrictionsTest.java | 62 UserManager.DISALLOW_SMS, 96 UserManager.DISALLOW_SMS,
|
D | DeviceOwnerUserRestrictionsTest.java | 46 UserManager.DISALLOW_SMS,
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | OrgOwnedProfileOwnerParentTest.java | 88 UserManager.DISALLOW_SMS,
|
D | UserRestrictionsParentTest.java | 209 UserManager.DISALLOW_SMS,
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | UserRestrictions.java | 190 UserManager.DISALLOW_SMS,
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 34096 field public static final String DISALLOW_SMS = "no_sms";
|