Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java237 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup() argument
238 return getUserInfo(userId).profileGroupId == getUserInfo(otherUserId).profileGroupId; in isSameProfileGroup()