Searched refs:mSameProfileGroupIds (Results 1 – 1 of 1) sorted by relevance
58 private final Map<Integer, Integer> mSameProfileGroupIds = Maps.newHashMap(); field in ShadowUserManager172 return mSameProfileGroupIds.containsKey(userId) in isSameProfileGroup()173 && mSameProfileGroupIds.get(userId) == otherUserId in isSameProfileGroup()174 || mSameProfileGroupIds.containsKey(otherUserId) in isSameProfileGroup()175 && mSameProfileGroupIds.get(otherUserId) == userId; in isSameProfileGroup()179 return mSameProfileGroupIds; in getSameProfileGroupIds()