Searched refs:DISALLOW_SYSTEM_ERROR_DIALOGS (Results 1 – 8 of 8) sorted by relevance
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | SystemErrorDialogsTest.java | 23 …ic com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_SYSTEM_ERROR_DIALOGS; 73 sDeviceState.dpc().componentName(), DISALLOW_SYSTEM_ERROR_DIALOGS)); in addUserRestriction_disallowSystemErrorDialogs_cannotSet_throwsException() 85 DISALLOW_SYSTEM_ERROR_DIALOGS); in addUserRestriction_disallowSystemErrorDialogs_isSet() local 88 .userRestrictions().isSet(DISALLOW_SYSTEM_ERROR_DIALOGS)) in addUserRestriction_disallowSystemErrorDialogs_isSet() 92 sDeviceState.dpc().componentName(), DISALLOW_SYSTEM_ERROR_DIALOGS); in addUserRestriction_disallowSystemErrorDialogs_isSet() local 105 DISALLOW_SYSTEM_ERROR_DIALOGS); in addUserRestrictionGlobally_disallowSystemErrorDialogs_isSet() 108 .userRestrictions().isSet(DISALLOW_SYSTEM_ERROR_DIALOGS)) in addUserRestrictionGlobally_disallowSystemErrorDialogs_isSet() 112 sDeviceState.dpc().componentName(), DISALLOW_SYSTEM_ERROR_DIALOGS); in addUserRestrictionGlobally_disallowSystemErrorDialogs_isSet() local 125 DISALLOW_SYSTEM_ERROR_DIALOGS); in clearUserRestriction_disallowSystemErrorDialogs_isNotSet() local 128 sDeviceState.dpc().componentName(), DISALLOW_SYSTEM_ERROR_DIALOGS); in clearUserRestriction_disallowSystemErrorDialogs_isNotSet() local [all …]
|
D | UserRestrictionsTest.java | 120 CommonUserRestrictions.DISALLOW_SYSTEM_ERROR_DIALOGS,
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/ |
D | CommonUserRestrictions.java | 134 public static final String DISALLOW_SYSTEM_ERROR_DIALOGS = "no_system_error_dialogs"; field in CommonUserRestrictions 300 DISALLOW_SYSTEM_ERROR_DIALOGS,
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/ |
D | PrimaryProfileOwnerUserRestrictionsTest.java | 47 UserManager.DISALLOW_SYSTEM_ERROR_DIALOGS,
|
D | SecondaryProfileOwnerUserRestrictionsTest.java | 39 UserManager.DISALLOW_SYSTEM_ERROR_DIALOGS,
|
D | BaseUserRestrictionsTest.java | 65 UserManager.DISALLOW_SYSTEM_ERROR_DIALOGS, 112 UserManager.DISALLOW_SYSTEM_ERROR_DIALOGS
|
D | DeviceOwnerUserRestrictionsTest.java | 49 UserManager.DISALLOW_SYSTEM_ERROR_DIALOGS,
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 34097 field public static final String DISALLOW_SYSTEM_ERROR_DIALOGS = "no_system_error_dialogs";
|