Home
last modified time | relevance | path

Searched defs:userType (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/users/
DUserTypeTest.java37 UserType userType = new UserType(mutableUserType); in name_returnsName() local
45 UserType userType = new UserType(mutableUserType); in name_notSet_returnsNull() local
54 UserType userType = new UserType(mutableUserType); in baseType_returnsBaseType() local
62 UserType userType = new UserType(mutableUserType); in baseType_notSet_returnsNull() local
71 UserType userType = new UserType(mutableUserType); in enabled_returnsEnabled() local
79 UserType userType = new UserType(mutableUserType); in enabled_notSet_returnsNull() local
88 UserType userType = new UserType(mutableUserType); in maxAllowed_returnsMaxAllowed() local
96 UserType userType = new UserType(mutableUserType); in maxAllowed_notSet_returnsNull() local
105 UserType userType = new UserType(mutableUserType); in maxAllowedPerParent_returnsMaxAllowedPerParent() local
113 UserType userType = new UserType(mutableUserType); in maxAllowedParParent_notSet_returnsNull() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DAdbUserParser30.java296 UserType userType = new UserType(parseUserType(userTypeString)); in parseUserTypes() local
297 userTypes.put(userType.name(), userType); in parseUserTypes() local
318 UserType.MutableUserType userType = new UserType.MutableUserType(); in parseUserType() local
DUsers.java116 public Set<UserReference> findUsersOfType(UserType userType) { in findUsersOfType()
138 public UserReference findUserOfType(UserType userType) { in findUserOfType()
154 public Set<UserReference> findProfilesOfType(UserType userType, UserReference parent) { in findProfilesOfType()
179 public UserReference findProfileOfType(UserType userType, UserReference parent) { in findProfileOfType()