Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/
H A DProfileSwitcherTest.java166 int otherUserId = 1001; in onUserPressed_triggersSwitch() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowUserManager.java171 protected boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java243 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup()
/aosp12/frameworks/base/core/java/android/os/
H A DUserManager.java3692 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
H A DAppStandbyController.java648 final int otherUserId = otherProfiles.get(profileIndex).getIdentifier(); in reportNoninteractiveUsageCrossUserLocked() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java982 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup()
988 private boolean isSameProfileGroupNoChecks(@UserIdInt int userId, int otherUserId) { in isSameProfileGroupNoChecks()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java7000 int otherUserId = 11; in testGrantInlineReplyUriPermission_acrossUsers() local