Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/src/com/android/tests/sdksandbox/host/
DSdkSandboxShellHostTest.java129 int otherUserId = getDevice().createUser("TestUser_" + System.currentTimeMillis()); in testStartSdkSandboxFailsForIncorrectUser() local
178 int otherUserId = getDevice().createUser("TestUser_" + System.currentTimeMillis()); in testStopSdkSandboxFailsForIncorrectUser() local
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/util/
DUriFiltersTest.kt54 val otherUserId = UserHandle.myUserId() + 10 in uri_ownedByCurrentUser_otherUserId() constant
/packages/modules/AdServices/sdksandbox/tests/cts/hostside/provider/src/com/android/sdksandbox/cts/provider/dataisolationtest/
DDataIsolationTestSdkApiImpl.java80 final String otherUserId = params.getString("sandbox_isolation_user_id"); in testSdkSandboxDataIsolation_CannotVerifyOtherUserAppExistence() local
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DUserManagerCompat.java68 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/
DProfileSwitcherTest.java326 int otherUserId = 1001; in onUserPressed_triggersSwitch() local
/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/
DShadowUserManager.java261 protected boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java251 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DPickerUriResolverTest.java474 final int otherUserId = 50; in testPermissionGrantedOnOtherUserUri() local