Searched refs:DISALLOW_NETWORK_RESET (Results 1 – 10 of 10) sorted by relevance
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | NetworkResetTest.java | 22 import static android.os.UserManager.DISALLOW_NETWORK_RESET; 81 sUserManager.hasUserRestriction(DISALLOW_NETWORK_RESET); in factoryReset_disallowedByNetworkResetPolicy_doesNotFactoryReset() 85 sDeviceState.dpc().componentName(), DISALLOW_NETWORK_RESET); in factoryReset_disallowedByNetworkResetPolicy_doesNotFactoryReset() local 93 restoreUserRestriction(originalUserRestriction, DISALLOW_NETWORK_RESET); in factoryReset_disallowedByNetworkResetPolicy_doesNotFactoryReset() 129 sUserManager.hasUserRestriction(DISALLOW_NETWORK_RESET); in factoryReset_noPolicyRestrictions_resetsToDefault() 141 sDeviceState.dpc().componentName(), DISALLOW_NETWORK_RESET); in factoryReset_noPolicyRestrictions_resetsToDefault() local 151 restoreUserRestriction(originalNetworkResetUserRestriction, DISALLOW_NETWORK_RESET); in factoryReset_noPolicyRestrictions_resetsToDefault()
|
D | UserRestrictionsTest.java | 105 CommonUserRestrictions.DISALLOW_NETWORK_RESET,
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/ |
D | CommonUserRestrictions.java | 83 public static final String DISALLOW_NETWORK_RESET = "no_network_reset"; field in CommonUserRestrictions 283 DISALLOW_NETWORK_RESET,
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/ |
D | PrimaryProfileOwnerUserRestrictionsTest.java | 33 UserManager.DISALLOW_NETWORK_RESET,
|
D | SecondaryProfileOwnerUserRestrictionsTest.java | 53 UserManager.DISALLOW_NETWORK_RESET,
|
D | BaseUserRestrictionsTest.java | 51 UserManager.DISALLOW_NETWORK_RESET, 90 UserManager.DISALLOW_NETWORK_RESET,
|
D | DeviceOwnerUserRestrictionsTest.java | 35 UserManager.DISALLOW_NETWORK_RESET,
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | UserRestrictions.java | 52 UserManager.DISALLOW_NETWORK_RESET, 184 UserManager.DISALLOW_NETWORK_RESET, 325 case UserManager.DISALLOW_NETWORK_RESET: in isRestrictionValid()
|
D | PolicyTransparencyTestActivity.java | 86 UserManager.DISALLOW_NETWORK_RESET,
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 34083 field public static final String DISALLOW_NETWORK_RESET = "no_network_reset";
|