Searched refs:expectedUserType (Results 1 – 1 of 1) sorted by relevance
256 private void createUserWithFlagsAndCheckType(@UserIdInt int flags, String expectedUserType, in createUserWithFlagsAndCheckType() argument259 assertWithMessage("Wrong user type").that(userInfo.userType).isEqualTo(expectedUserType); in createUserWithFlagsAndCheckType()