Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/users/
DUserTypeTest.java37 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in name_returnsName()
46 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in name_notSet_returnsNull()
54 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in baseType_returnsBaseType()
63 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in baseType_notSet_returnsNull()
71 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in enabled_returnsEnabled()
80 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in enabled_notSet_returnsNull()
88 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in maxAllowed_returnsMaxAllowed()
97 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in maxAllowed_notSet_returnsNull()
105 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in maxAllowedPerParent_returnsMaxAllowedPerParent()
114 UserType.MutableUserType mutableUserType = new UserType.MutableUserType(); in maxAllowedParParent_notSet_returnsNull()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUserType.java40 static final class MutableUserType { class in UserType
48 private final MutableUserType mMutableUserType;
50 UserType(MutableUserType mutableUserType) { in UserType()
DAdbUserParser30.java315 UserType.MutableUserType parseUserType(String userTypeString) throws AdbParseException { in parseUserType()
317 UserType.MutableUserType userType = new UserType.MutableUserType(); in parseUserType()
DUsers.java356 UserType.MutableUserType managedProfileMutableUserType = new UserType.MutableUserType();
366 UserType.MutableUserType managedProfileMutableUserType = new UserType.MutableUserType();
377 UserType.MutableUserType managedProfileMutableUserType = new UserType.MutableUserType();