Searched refs:mUserProfileGroupIdsSelfLocked (Results 1 – 1 of 1) sorted by relevance
159 private final SparseIntArray mUserProfileGroupIdsSelfLocked = new SparseIntArray(); field in UserController698 synchronized (mUserProfileGroupIdsSelfLocked) {699 int userGroupId = mUserProfileGroupIdsSelfLocked.get(userId,705 int startedUserGroupId = mUserProfileGroupIdsSelfLocked.get(startedUserId,1433 synchronized (mUserProfileGroupIdsSelfLocked) {1434 mUserProfileGroupIdsSelfLocked.clear();1439 mUserProfileGroupIdsSelfLocked.put(user.id, user.profileGroupId);1570 synchronized (mUserProfileGroupIdsSelfLocked) {1571 int callingProfile = mUserProfileGroupIdsSelfLocked.get(callingUserId,1573 int targetProfile = mUserProfileGroupIdsSelfLocked.get(targetUserId,[all …]