Home
last modified time | relevance | path

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

123

/aosp_15_r20/cts/hostsidetests/content/test-apps/ContextCrossProfileApps/ContextCrossProfileApp/src/com/android/cts/context/
H A DContextCrossProfileDeviceTest.java227 int otherUserId = getTestUser(); in testBindServiceAsUser_differentProfileGroup_samePackage_withAcrossUsersPermission_bindsService() local
243 int otherUserId = getTestUser(); in testBindServiceAsUser_differentProfileGroup_differentPackage_withAcrossUsersPermission_throwsException() local
264 int otherUserId = getTestUser(); in testBindServiceAsUser_differentProfileGroup_withInteractAcrossProfilesPermission_throwsException() local
290 int otherUserId = getTestUser(); in testBindServiceAsUser_differentProfileGroup_withInteractAcrossProfilesAppOp_throwsException() local
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DUserVisibilityMediatorMUPANDTest.java53 int otherUserId = OTHER_USER_ID; in testStartVisibleBgUser_onDefaultDisplay_initialCurrentUserId() local
93 int otherUserId = YET_ANOTHER_USER_ID; in testStartVisibleBgUser_onDefaultDisplay_nonInitialCurrentUserId() local
/aosp_15_r20/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
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/AppA/src/com/android/cts/appdataisolation/appa/
H A DAppATests.java342 final int otherUserId = Integer.parseInt(arguments.getString("other_user_id")); in testOtherUserDirsNotPresent() local
356 final int otherUserId = Integer.parseInt(arguments.getString("other_user_id")); in testOtherUserDirsNotAccessible() local
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/util/
DUriFiltersTest.kt54 val otherUserId = UserHandle.myUserId() + 10 in uri_ownedByCurrentUser_otherUserId() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/autoaddable/
H A DA11yShortcutAutoAddableTest.kt147 val otherUserId = USER_ID + 1 in settingSetWithTargetForUsers_onlySignalInThatUser() constant
/aosp_15_r20/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorStrategyImplTest.java278 int otherUserId = currentUserConfig.getUserId() + 1; in testChangeListenerBehavior_otherUser() local
301 int otherUserId = currentUserConfig.getUserId() + 1; in testReadAndWriteConfiguration_currentUser() local
360 int otherUserId = currentUserConfig.getUserId() + 1; in testReadAndWriteConfiguration_otherUser() local
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/profileselector/
DProfileSelectorFeatureTest.kt247 val otherUserId = 30 in testHideQuietModeProfilesWhenRequestedPostV() constant
/aosp_15_r20/external/connectedappssdk/tests/instrumented/src/main/java/com/google/android/enterprise/connectedapps/instrumented/tests/
H A DCrossUserEndToEndTest.java54 private int otherUserId; field in CrossUserEndToEndTest
/aosp_15_r20/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
/aosp_15_r20/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DUserManagerCompat.java68 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup()
/aosp_15_r20/cts/tests/tests/multiuser/src/android/multiuser/cts/
H A DUserVisibilityVisibleBackgroundUsersTestCase.java300 int otherUserId = otherUser.id(); in testStartVisibleBgUser_onSecondaryDisplay_displayInUse() local
/aosp_15_r20/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/
DProfileSwitcherTest.java337 int otherUserId = 1001; in onUserPressed_triggersSwitch() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/
DShadowUserManager.java261 protected boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup()
/aosp_15_r20/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
H A DScopedStorageTest.java612 int otherUserId = userId + 1; in testAccess_directory() local
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DPickerUriResolverTest.java489 final int otherUserId = 50; in testPermissionGrantedOnOtherUserUri() local
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java273 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup()
/aosp_15_r20/cts/tests/app/AppExitTest/src/android/app/cts/
H A DActivityManagerAppExitInfoTest.java1378 int otherUserId = mOtherUserId; in testSecondaryUser() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java1697 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup()
1707 private boolean isSameProfileGroupNoChecks(@UserIdInt int userId, int otherUserId) { in isSameProfileGroupNoChecks()
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DUserManager.java5382 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup()
/aosp_15_r20/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
H A DAppStandbyController.java832 final int otherUserId = otherProfiles.get(profileIndex).getIdentifier(); in reportNoninteractiveUsageCrossUserLocked() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/
Dservices.core.unboosted.jar25META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-25/
Dservices.core.unboosted.jarcom/android/server/pm/package-info.class package-info.java package ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-11/
Dframework.jarandroid/os/vibrator/BasicPwleSegment.class BasicPwleSegment.java package android.os.vibrator public ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar11META-INF/ META-INF/MANIFEST.MF android/ android/os/ android/ ...

123