Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DUserController.java207 private final SparseIntArray mUserProfileGroupIds = new SparseIntArray(); field in UserController
885 int userGroupId = mUserProfileGroupIds.get(userId, UserInfo.NO_PROFILE_GROUP_ID);
890 int startedUserGroupId = mUserProfileGroupIds.get(startedUserId,
1766 mUserProfileGroupIds.clear();
1770 mUserProfileGroupIds.put(user.id, user.profileGroupId);
1951 int callingProfile = mUserProfileGroupIds.get(callingUserId,
1953 int targetProfile = mUserProfileGroupIds.get(targetUserId,
1965 final int parentUserId = mUserProfileGroupIds.get(userId, UserInfo.NO_PROFILE_GROUP_ID);
1987 int size = mUserProfileGroupIds.size();
1989 if (mUserProfileGroupIds.keyAt(i) == userId
[all …]