Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowUserManager.java53 private final Map<Integer, Integer> mSameProfileGroupIds = Maps.newHashMap(); field in ShadowUserManager
146 return mSameProfileGroupIds.containsKey(userId) in isSameProfileGroup()
147 && mSameProfileGroupIds.get(userId) == otherUserId in isSameProfileGroup()
148 || mSameProfileGroupIds.containsKey(otherUserId) in isSameProfileGroup()
149 && mSameProfileGroupIds.get(otherUserId) == userId; in isSameProfileGroup()
153 return mSameProfileGroupIds; in getSameProfileGroupIds()