Home
last modified time | relevance | path

Searched defs:isSameProfileGroup (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowUserManager.java171 protected boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in ShadowUserManager
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java243 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup() method in ContactsActor.MockUserManager