Home
last modified time | relevance | path

Searched defs:otherUserId (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/
DUserManager.java4246 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1025 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup()
1031 private boolean isSameProfileGroupNoChecks(@UserIdInt int userId, int otherUserId) { in isSameProfileGroupNoChecks()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DAppStandbyController.java798 final int otherUserId = otherProfiles.get(profileIndex).getIdentifier(); in reportNoninteractiveUsageCrossUserLocked() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java8353 int otherUserId = 11; in testGrantInlineReplyUriPermission_acrossUsers() local