Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
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
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DDeviceProvisionedControllerImplTest.kt145 val otherUser = 10 in testUserSetupChange_otherUser() constant
156 val otherUser = 10 in testCurrentUserSetup() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DControlsBindingControllerImplTest.kt78 private val otherUser = UserHandle.of(user.identifier + 1) in capture() constant in com.android.systemui.controls.controller.ControlsBindingControllerImplTest
DControlsControllerImplTest.kt147 private val otherUser = user + 1 in <lambda>() constant in com.android.systemui.controls.controller.ControlsControllerImplTest
/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsProviderTest.java176 UserInfo otherUser = um.createUser("TestUser1", UserInfo.FLAG_GUEST); in testSettingsChangeForOtherUser() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
DControlsListingControllerImplTest.kt104 private val otherUser = user + 1 constant in com.android.systemui.controls.management.ControlsListingControllerImplTest
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/
DBackupManagerServiceTest.java499 int otherUser = NON_SYSTEM_USER + 1; in setBackupServiceActive_forOneNonSystemUser_doesNotActivateForAllNonSystemUsers() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java290 final UserInfo otherUser = createUser("TestUser", /* flags= */ 0); in testGetProfilesIncludingCommunal() local
611 final UserInfo otherUser = createUser("User 1", /* flags= */ UserInfo.FLAG_ADMIN); in testRemoveUserWhenPossible_permanentAdminMainUserReturnsError() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRootWindowContainerTests.java1226 int otherUser = currentUser + 1; in testSwitchUser_missingHomeRootTask() local
/frameworks/base/services/core/java/com/android/server/pm/
DAppsFilterImpl.java954 int otherUser = allUsers[ou].id; in updateShouldFilterCacheForUser() local
/frameworks/base/core/java/android/os/
DUserManager.java5322 public boolean isSameProfileGroup(@NonNull UserHandle user, @NonNull UserHandle otherUser) { in isSameProfileGroup()