Home
last modified time | relevance | path

Searched refs:forTesting (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUserBuilder.java106 public UserBuilder forTesting(boolean forTesting) { in forTesting() argument
107 mForTesting = forTesting; in forTesting()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DDevicePolicyManagementRoleHolderTest.java215 .forTesting(false) in shouldAllowBypassingDevicePolicyManagementRoleQualification_withNonTestUsers_returnsFalse()
235 .forTesting(true) in shouldAllowBypassingDevicePolicyManagementRoleQualification_withTestUsers_returnsTrue()
DDeviceOwnerTest.kt357 TestApis.users().createUser().forTesting(false).create().use { in <lambda>()