/aosp_15_r20/cts/hostsidetests/content/test-apps/ContextCrossProfileApps/ContextCrossProfileApp/src/com/android/cts/context/ |
H A D | ContextCrossProfileDeviceTest.java | 227 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 D | UserVisibilityMediatorMUPANDTest.java | 53 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/ |
D | SdkSandboxShellHostTest.java | 129 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 D | AppATests.java | 342 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/ |
D | UriFiltersTest.kt | 54 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 D | A11yShortcutAutoAddableTest.kt | 147 val otherUserId = USER_ID + 1 in settingSetWithTargetForUsers_onlySignalInThatUser() constant
|
/aosp_15_r20/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/ |
H A D | TimeZoneDetectorStrategyImplTest.java | 278 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/ |
D | ProfileSelectorFeatureTest.kt | 247 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 D | CrossUserEndToEndTest.java | 54 private int otherUserId; field in CrossUserEndToEndTest
|
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/cts/hostside/provider/src/com/android/sdksandbox/cts/provider/dataisolationtest/ |
D | DataIsolationTestSdkApiImpl.java | 80 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/ |
D | UserManagerCompat.java | 68 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup()
|
/aosp_15_r20/cts/tests/tests/multiuser/src/android/multiuser/cts/ |
H A D | UserVisibilityVisibleBackgroundUsersTestCase.java | 300 int otherUserId = otherUser.id(); in testStartVisibleBgUser_onSecondaryDisplay_displayInUse() local
|
/aosp_15_r20/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/ |
D | ProfileSwitcherTest.java | 337 int otherUserId = 1001; in onUserPressed_triggersSwitch() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/ |
D | ShadowUserManager.java | 261 protected boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup()
|
/aosp_15_r20/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/ |
H A D | ScopedStorageTest.java | 612 int otherUserId = userId + 1; in testAccess_directory() local
|
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | PickerUriResolverTest.java | 489 final int otherUserId = 50; in testPermissionGrantedOnOtherUserUri() local
|
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsActor.java | 273 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup()
|
/aosp_15_r20/cts/tests/app/AppExitTest/src/android/app/cts/ |
H A D | ActivityManagerAppExitInfoTest.java | 1378 int otherUserId = mOtherUserId; in testSecondaryUser() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserManagerService.java | 1697 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 D | UserManager.java | 5382 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 D | AppStandbyController.java | 832 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/ |
D | services.core.unboosted.jar25 | META-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/ |
D | services.core.unboosted.jar | com/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/ |
D | framework.jar | android/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/ |
D | framework.jar11 | META-INF/
META-INF/MANIFEST.MF
android/
android/os/
android/ ... |