Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/
DProfileSwitcherTest.java196 UserInfo otherUser = generateUser(1001, "Other User"); in switchNotAllowed_returnsOnlyCurrentUser() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/hibernation/
DHibernationPolicy.kt399 for ((otherUser, otherStats) in userStats) { in getAppsToHibernate() variable
/packages/apps/Settings/src/com/android/settings/
DUtils.java578 private static boolean isProfileOf(UserManager um, UserHandle otherUser) { in isProfileOf()