Searched refs:mSameProfileGroupIds (Results 1 – 1 of 1) sorted by relevance
76 private final Map<Integer, Integer> mSameProfileGroupIds = Maps.newHashMap(); field in ShadowUserManager262 return mSameProfileGroupIds.containsKey(userId) in isSameProfileGroup()263 && mSameProfileGroupIds.get(userId) == otherUserId in isSameProfileGroup()264 || mSameProfileGroupIds.containsKey(otherUserId) in isSameProfileGroup()265 && mSameProfileGroupIds.get(otherUserId) == userId; in isSameProfileGroup()269 return mSameProfileGroupIds; in getSameProfileGroupIds()