Searched refs:UserInfoFlag (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserTypeDetails.java | 25 import android.content.pm.UserInfo.UserInfoFlag; 75 private final @UserInfoFlag int mBaseType; 79 private final @UserInfoFlag int mDefaultUserInfoPropertyFlags; 160 @UserInfoFlag int baseType, @UserInfoFlag int defaultUserInfoPropertyFlags, int label, in UserTypeDetails() 423 public Builder setBaseType(@UserInfoFlag int baseType) { in setBaseType() 428 public Builder setDefaultUserInfoPropertyFlags(@UserInfoFlag int flags) { in setDefaultUserInfoPropertyFlags() 501 @UserInfoFlag int getBaseType() { in getBaseType()
|
D | UserManagerService.java | 49 import android.content.pm.UserInfo.UserInfoFlag; 3437 @UserInfoFlag int flags, @UserIdInt int userId, @Nullable String[] disallowedPackages) in createProfileForUserWithThrow() 3453 @UserInfoFlag int flags, @UserIdInt int userId, @Nullable String[] disallowedPackages) in createProfileForUserEvenWhenDisallowedWithThrow() 3466 @UserInfoFlag int flags) in createUserWithThrow() 3498 @UserInfoFlag int flags, @UserIdInt int parentId, in createUserInternal() 3511 @NonNull String userType, @UserInfoFlag int flags, @UserIdInt int parentId, in createUserInternalUnchecked() 3531 @NonNull String userType, @UserInfoFlag int flags, @UserIdInt int parentId, in createUserInternalUncheckedNoTracing() 3840 @UserInfoFlag int flags, String name, @Nullable Object token) { in convertPreCreatedUserIfPossible() 3883 static boolean checkUserTypeConsistency(@UserInfoFlag int flags) { in checkUserTypeConsistency() 3990 @UserInfoFlag int flags) { in logUserCreateJourneyBegin() [all …]
|
/frameworks/base/core/java/android/content/pm/ |
D | UserInfo.java | 163 public @interface UserInfoFlag { annotation in UserInfo 177 public @UserInfoFlag int flags; 274 public static @NonNull String getDefaultUserType(@UserInfoFlag int userInfoFlag) { in getDefaultUserType()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerServiceUserInfoTest.java | 44 import android.content.pm.UserInfo.UserInfoFlag; 244 private UserInfo createUser(@UserIdInt int userId, @UserInfoFlag int flags, String userType) { in createUser()
|
/frameworks/base/core/java/android/os/ |
D | UserManager.java | 47 import android.content.pm.UserInfo.UserInfoFlag; 2894 public @Nullable UserInfo createUser(@Nullable String name, @UserInfoFlag int flags) { in createUser() 2920 @UserInfoFlag int flags) { in createUser() 3063 public UserInfo createProfileForUser(String name, @UserInfoFlag int flags, in createProfileForUser() 3084 @UserInfoFlag int flags, @UserIdInt int userId) { in createProfileForUser() 3108 @UserInfoFlag int flags, @UserIdInt int userId, @Nullable String[] disallowedPackages) { in createProfileForUser() 3129 @NonNull String userType, @UserInfoFlag int flags, @UserIdInt int userId, in createProfileForUserEvenWhenDisallowed()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | UserControllerTest.java | 66 import android.content.pm.UserInfo.UserInfoFlag; 655 private void setUpUser(@UserIdInt int userId, @UserInfoFlag int flags) { in setUpUser() 659 private void setUpUser(@UserIdInt int userId, @UserInfoFlag int flags, boolean preCreated, in setUpUser()
|