Searched defs:otherUser (Results 1 – 4 of 4) sorted by relevance
123 boolean isCrossProfileAllowedToUser(UserId otherUser); in isCrossProfileAllowedToUser()334 public boolean isCrossProfileAllowedToUser(UserId otherUser) { in isCrossProfileAllowedToUser()
196 UserInfo otherUser = generateUser(1001, "Other User"); in switchNotAllowed_returnsOnlyCurrentUser() local
447 for ((otherUser, otherStats) in userStats) { in getAppsToHibernate() variable
581 private static boolean isProfileOf(UserManager um, UserHandle otherUser) { in isProfileOf()