HomeSort by relevance Sort by last modified time
    Searched refs:otherUserId (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/pm/
PermissionsState.java 661 final int otherUserId = other.mUserStates.keyAt(i);
663 mUserStates.put(otherUserId, new PermissionState(otherState));
UserManagerService.java 691 public boolean isSameProfileGroup(int userId, int otherUserId) {
692 if (userId == otherUserId) return true;
694 return isSameProfileGroupNoChecks(userId, otherUserId);
697 private boolean isSameProfileGroupNoChecks(int userId, int otherUserId) {
703 UserInfo otherUserInfo = getUserInfoLU(otherUserId);
    [all...]
  /frameworks/base/core/java/android/os/
UserManager.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 235 public boolean isSameProfileGroup(int userId, int otherUserId) {
236 return getUserInfo(userId).profileGroupId == getUserInfo(otherUserId).profileGroupId;

Completed in 105 milliseconds