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.java211 private final SparseIntArray mUserProfileGroupIds = new SparseIntArray(); field in UserController
907 int userGroupId = mUserProfileGroupIds.get(userId, UserInfo.NO_PROFILE_GROUP_ID);
912 int startedUserGroupId = mUserProfileGroupIds.get(startedUserId,
1811 mUserProfileGroupIds.clear();
1815 mUserProfileGroupIds.put(user.id, user.profileGroupId);
1996 int callingProfile = mUserProfileGroupIds.get(callingUserId,
1998 int targetProfile = mUserProfileGroupIds.get(targetUserId,
2010 final int parentUserId = mUserProfileGroupIds.get(userId, UserInfo.NO_PROFILE_GROUP_ID);
2032 int size = mUserProfileGroupIds.size();
2034 if (mUserProfileGroupIds.keyAt(i) == userId
[all …]