Searched defs:userType (Results 1 – 7 of 7) sorted by relevance
37 UserType userType = new UserType(mutableUserType); in name_returnsName() local45 UserType userType = new UserType(mutableUserType); in name_notSet_returnsNull() local54 UserType userType = new UserType(mutableUserType); in baseType_returnsBaseType() local62 UserType userType = new UserType(mutableUserType); in baseType_notSet_returnsNull() local71 UserType userType = new UserType(mutableUserType); in enabled_returnsEnabled() local79 UserType userType = new UserType(mutableUserType); in enabled_notSet_returnsNull() local88 UserType userType = new UserType(mutableUserType); in maxAllowed_returnsMaxAllowed() local96 UserType userType = new UserType(mutableUserType); in maxAllowed_notSet_returnsNull() local105 UserType userType = new UserType(mutableUserType); in maxAllowedPerParent_returnsMaxAllowedPerParent() local113 UserType userType = new UserType(mutableUserType); in maxAllowedParParent_notSet_returnsNull() local
295 UserType userType = new UserType(parseUserType(userTypeString)); in parseUserTypes() local296 userTypes.put(userType.name(), userType); in parseUserTypes() local317 UserType.MutableUserType userType = new UserType.MutableUserType(); in parseUserType() local
224 public Set<UserReference> findUsersOfType(UserType userType) { in findUsersOfType()
39 public static int getUserTypeForStatsd(String userType) { in getUserTypeForStatsd()
91 final String userType = "test_user_type"; in testSetUserType() local
732 final String userType = USER_TYPE_FULL_SECONDARY; in testGetRemainingCreatableUserCount() local
933 private static Annotation getRunOnAnnotation(UserType userType, String annotationName) { in getRunOnAnnotation()959 private static Annotation getHasUserAnnotation(UserType userType, String annotationName) { in getHasUserAnnotation()