Searched refs:otherUser (Results 1 – 3 of 3) sorted by relevance
84 (userInfo, otherUser) -> Integer.compare(userInfo.id, otherUser.id)); in getStorageResultsForUsers()
559 private static boolean isProfileOf(UserManager um, UserHandle otherUser) { in isProfileOf() argument560 if (um == null || otherUser == null) return false; in isProfileOf()561 return (UserHandle.myUserId() == otherUser.getIdentifier()) in isProfileOf()562 || um.getUserProfiles().contains(otherUser); in isProfileOf()
280 for ((otherUser, otherStats) in userStats) { in getAppsToHibernate() variable281 if (otherUser == user) { in getAppsToHibernate()