Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPermissionsState.java617 final int otherUserId = other.mUserStates.keyAt(i); in PermissionData() local
DUserManagerService.java646 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup()
654 private boolean isSameProfileGroupLP(int userId, int otherUserId) { in isSameProfileGroupLP()
/frameworks/base/core/java/android/os/
DUserManager.java1646 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup()