Lines Matching refs:otherUser
743 private static boolean isProfileOf(UserManager um, UserHandle otherUser) {744 if (um == null || otherUser == null) return false;745 return (UserHandle.myUserId() == otherUser.getIdentifier())746 || um.getUserProfiles().contains(otherUser);