Home
last modified time | relevance | path

Searched defs:otherUser (Results 1 – 25 of 126) sorted by relevance

123456

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
H A DAppOpsPrivacyItemMonitorTest.kt287 val otherUser = CURRENT_USER_ID + 1 in testListFilterCurrentUser() constant
312 val otherUser = CURRENT_USER_ID + 1 in testAlwaysGetPhoneCameraOps() constant
336 val otherUser = CURRENT_USER_ID + 1 in testAlwaysGetPhoneMicOps() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/
H A DDeviceProvisionedControllerImplTest.kt145 val otherUser = 10 in testUserSetupChange_otherUser() constant
156 val otherUser = 10 in testCurrentUserSetup() constant
/aosp_15_r20/cts/common/device-side/bedstead/modules/multiuser/src/main/kotlin/com/android/bedstead/multiuser/
H A DUsersComponent.kt103 for (otherUser in users) { in <lambda>() method
424 fun otherUser(): UserReference { in <lambda>() method
H A DMultiUserDeviceStateExtensions.kt191 fun DeviceState.otherUser(): UserReference { in DeviceState() method
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/
DUserManagerState.java123 boolean isCrossProfileAllowedToUser(UserId otherUser); in isCrossProfileAllowedToUser()
334 public boolean isCrossProfileAllowedToUser(UserId otherUser) { in isCrossProfileAllowedToUser()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
H A DControlsBindingControllerImplTest.kt78 private val otherUser = UserHandle.of(user.identifier + 1) in capture() constant
H A DControlsControllerImplTest.kt147 private val otherUser = user + 1 in <lambda>() constant
/aosp_15_r20/cts/tests/tests/multiuser/src/android/multiuser/cts/
H A DUserVisibilityVisibleBackgroundUsersOnDefaultDisplayTest.java104 UserReference otherUser = users().createUser().name("other_user").create(); in testStartUserInBackgroundOnSecondaryDisplay_defaultDisplay_thereCanBeOnlyOne() local
H A DUserVisibilityVisibleBackgroundUsersTestCase.java298 try (UserReference otherUser = TestApis.users().createUser().name("other_user") in testStartVisibleBgUser_onSecondaryDisplay_displayInUse()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/controls/management/
H A DControlsListingControllerImplTest.kt100 private val otherUser = user + 1 constant
/aosp_15_r20/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
H A DUpdateOwnershipEnforcementMultiUserTest.kt48 private lateinit var otherUser: UserReference variable in android.packageinstaller.install.cts.UpdateOwnershipEnforcementMultiUserTest
/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
H A DAppDataIsolationTests.java379 private Map<String, String> makeOtherUserIdArgs(int otherUser) { in makeOtherUserIdArgs()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/provider/
H A DSettingsProviderTest.java176 UserInfo otherUser = um.createUser("TestUser1", UserInfo.FLAG_GUEST); in testSettingsChangeForOtherUser() local
/aosp_15_r20/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/
DProfileSwitcherTest.java197 UserInfo otherUser = generateUser(1001, "Other User"); in switchNotAllowed_returnsOnlyCurrentUser() local
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/
H A DBackupManagerServiceTest.java499 int otherUser = NON_SYSTEM_USER + 1; in setBackupServiceActive_forOneNonSystemUser_doesNotActivateForAllNonSystemUsers() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java297 final UserInfo otherUser = createUser("TestUser", /* flags= */ 0); in testGetProfilesIncludingCommunal() local
691 final UserInfo otherUser = createUser("User 1", /* flags= */ UserInfo.FLAG_ADMIN); in testRemoveUserWhenPossible_permanentAdminMainUserReturnsError() local
/aosp_15_r20/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
H A DBedsteadJUnit4.java204 private static OtherUser otherUser(UserType value) { in otherUser() method in BedsteadJUnit4
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DAppsFilterImpl.java954 int otherUser = allUsers[ou].id; in updateShouldFilterCacheForUser() local
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRootWindowContainerTests.java1326 int otherUser = currentUser + 1; in testSwitchUser_missingHomeRootTask() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowUserManager.java478 protected boolean isSameProfileGroup(UserHandle user, UserHandle otherUser) { in isSameProfileGroup()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/
DUtils.java597 private static boolean isProfileOf(UserManager um, UserHandle otherUser) { in isProfileOf()
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/hibernation/
DHibernationPolicy.kt474 for ((otherUser, otherStats) in userStats) { in getAppsToHibernate() variable
/aosp_15_r20/cts/tests/tests/app.usage/src/android/app/usage/cts/
H A DUsageStatsTest.java1295 final UserHandle otherUser = UserHandle.of(userId); in testCrossUserQuery_withPermission() local
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DUserManager.java5368 public boolean isSameProfileGroup(@NonNull UserHandle user, @NonNull UserHandle otherUser) { in isSameProfileGroup()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-22/
Dservices.core.unboosted.jarcom/android/server/pm/CrossProfileResolver.class CrossProfileResolver.java package com.android. ...

123456