Home
last modified time | relevance | path

Searched defs:otherUserId (Results 1 – 11 of 11) 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
182 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/Nfc/framework/tests/src/android/nfc/
DComponentNameAndUserTest.java58 int otherUserId = 1002; in testEqualsAndHashCode() local
/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/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/cardemulation/
DWalletRoleObserverTest.java168 int otherUserId = 11; in testGetDefaultWalletRoleHolder_roleAvailable_returnsTheHolder_differentProfile() 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/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/profileselector/
DProfileSelectorFeatureTest.kt247 val otherUserId = 30 in testHideQuietModeProfilesWhenRequestedPostV() constant
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/
DProfileSwitcherTest.java337 int otherUserId = TEST_USER_ID_2; 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.java273 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DPickerUriResolverTest.java493 final int otherUserId = 50; in testPermissionGrantedOnOtherUserUri() local