Home
last modified time | relevance | path

Searched refs:MutableUserType (Results 1 – 5 of 5) sorted by relevance

/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/users/
DUserTypeTest.java35 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in name_returnsName()
44 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in name_notSet_returnsNull()
52 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in baseType_returnsBaseType()
61 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in baseType_notSet_returnsNull()
69 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in enabled_returnsEnabled()
78 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in enabled_notSet_returnsNull()
86 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in maxAllowed_returnsMaxAllowed()
95 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in maxAllowed_notSet_returnsNull()
103 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in maxAllowedPerParent_returnsMaxAllowedPerParent()
112 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in maxAllowedParParent_notSet_returnsNull()
DUserTest.java36 private static final UserType USER_TYPE = new UserType(new UserType.MutableUserType());
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUserType.java36 static final class MutableUserType { class in UserType
44 private final MutableUserType mMutableUserType;
46 UserType(MutableUserType mutableUserType) { in UserType()
DAdbUserParser30.java316 UserType.MutableUserType parseUserType(String userTypeString) throws AdbParseException { in parseUserType()
318 UserType.MutableUserType userType = new UserType.MutableUserType(); in parseUserType()
DUsers.java211 UserType.MutableUserType managedProfileMutableUserType = new UserType.MutableUserType(); in managedProfileUserType()
221 UserType.MutableUserType managedProfileMutableUserType = new UserType.MutableUserType(); in systemUserType()
232 UserType.MutableUserType managedProfileMutableUserType = new UserType.MutableUserType(); in secondaryUserType()