Searched refs:UserInfoFlag (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserTypeDetails.java | 25 import android.content.pm.UserInfo.UserInfoFlag; 83 private final @UserInfoFlag int mBaseType; 87 private final @UserInfoFlag int mDefaultUserInfoPropertyFlags; 176 @UserInfoFlag int baseType, @UserInfoFlag int defaultUserInfoPropertyFlags, in UserTypeDetails() 470 public Builder setBaseType(@UserInfoFlag int baseType) { in setBaseType() 475 public Builder setDefaultUserInfoPropertyFlags(@UserInfoFlag int flags) { in setDefaultUserInfoPropertyFlags() 569 @UserInfoFlag int getBaseType() { in getBaseType()
|
D | UserManagerInternal.java | 280 @Nullable String name, @NonNull String userType, @UserInfo.UserInfoFlag int flags, in createUserEvenWhenDisallowed()
|
D | UserManagerService.java | 83 import android.content.pm.UserInfo.UserInfoFlag; 5254 @Nullable String name, @NonNull String userType, @UserInfoFlag int flags, 5271 @Nullable String name, @NonNull String userType, @UserInfoFlag int flags, 5286 @Nullable String name, @NonNull String userType, @UserInfoFlag int flags) 5323 @Nullable String userName, @NonNull String userType, @UserInfoFlag int flags, 5353 @UserInfoFlag int flags, @UserIdInt int parentId, 5378 @Nullable String name, @NonNull String userType, @UserInfoFlag int flags, 5405 @Nullable String name, @NonNull String userType, @UserInfoFlag int flags, 5745 @UserInfoFlag int flags, @Nullable String name, @Nullable Object token) { 5796 static boolean checkUserTypeConsistency(@UserInfoFlag int flags) { [all …]
|
/frameworks/base/core/java/android/content/pm/ |
D | UserInfo.java | 221 public @interface UserInfoFlag { annotation in UserInfo 235 public @UserInfoFlag int flags; 338 public static @NonNull String getDefaultUserType(@UserInfoFlag int userInfoFlag) { in getDefaultUserType()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerServiceUserInfoTest.java | 45 import android.content.pm.UserInfo.UserInfoFlag; 357 private UserInfo createUser(@UserIdInt int userId, @UserInfoFlag int flags, String userType) { in createUser()
|
/frameworks/base/core/java/android/os/ |
D | UserManager.java | 56 import android.content.pm.UserInfo.UserInfoFlag; 4257 public @Nullable UserInfo createUser(@Nullable String name, @UserInfoFlag int flags) { in createUser() 4283 @UserInfoFlag int flags) { in createUser() 4495 public UserInfo createProfileForUser(String name, @UserInfoFlag int flags, in createProfileForUser() 4516 @UserInfoFlag int flags, @UserIdInt int userId) { in createProfileForUser() 4540 @UserInfoFlag int flags, @UserIdInt int userId, @Nullable String[] disallowedPackages) { in createProfileForUser() 4561 @NonNull String userType, @UserInfoFlag int flags, @UserIdInt int userId, in createProfileForUserEvenWhenDisallowed()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | UserControllerTest.java | 84 import android.content.pm.UserInfo.UserInfoFlag; 1545 private UserInfo setUpUser(@UserIdInt int userId, @UserInfoFlag int flags) { in setUpUser() 1549 private UserInfo setUpUser(@UserIdInt int userId, @UserInfoFlag int flags, boolean preCreated, in setUpUser()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 16830 // The @UserInfoFlag UserInfo flags of user.
|