Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUsers.java211 UserType.MutableUserType managedProfileMutableUserType = new UserType.MutableUserType(); in managedProfileUserType() local
212 managedProfileMutableUserType.mName = MANAGED_PROFILE_TYPE_NAME; in managedProfileUserType()
213 managedProfileMutableUserType.mBaseType = Set.of(UserType.BaseType.PROFILE); in managedProfileUserType()
214 managedProfileMutableUserType.mEnabled = true; in managedProfileUserType()
215 managedProfileMutableUserType.mMaxAllowed = -1; in managedProfileUserType()
216 managedProfileMutableUserType.mMaxAllowedPerParent = 1; in managedProfileUserType()
217 return new UserType(managedProfileMutableUserType); in managedProfileUserType()
221 UserType.MutableUserType managedProfileMutableUserType = new UserType.MutableUserType(); in systemUserType() local
222 managedProfileMutableUserType.mName = SYSTEM_USER_TYPE_NAME; in systemUserType()
223 managedProfileMutableUserType.mBaseType = in systemUserType()
[all …]