Home
last modified time | relevance | path

Searched refs:otherUser (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageAsyncLoader.java84 (userInfo, otherUser) -> Integer.compare(userInfo.id, otherUser.id)); in getStorageResultsForUsers()
/packages/apps/Settings/src/com/android/settings/
DUtils.java559 private static boolean isProfileOf(UserManager um, UserHandle otherUser) { in isProfileOf() argument
560 if (um == null || otherUser == null) return false; in isProfileOf()
561 return (UserHandle.myUserId() == otherUser.getIdentifier()) in isProfileOf()
562 || um.getUserProfiles().contains(otherUser); in isProfileOf()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/hibernation/
DHibernationPolicy.kt280 for ((otherUser, otherStats) in userStats) { in getAppsToHibernate() variable
281 if (otherUser == user) { in getAppsToHibernate()