Searched refs:forTesting (Results 1 – 3 of 3) sorted by relevance
106 public UserBuilder forTesting(boolean forTesting) { in forTesting() argument107 mForTesting = forTesting; in forTesting()
215 .forTesting(false) in shouldAllowBypassingDevicePolicyManagementRoleQualification_withNonTestUsers_returnsFalse()235 .forTesting(true) in shouldAllowBypassingDevicePolicyManagementRoleQualification_withTestUsers_returnsTrue()
357 TestApis.users().createUser().forTesting(false).create().use { in <lambda>()