/aosp_15_r20/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/profiles/ |
D | EditProfileNameFragmentTest.java | 71 UserInfo testUser = new UserInfo(/* id= */ 10, testUserName, /* flags= */ 0); in testUserNameDisplayedInDetails() local 86 UserInfo testUser = new UserInfo(userId, "user_name", /* flags= */ 0); in testClickingOkSavesNewUserName() local 103 UserInfo testUser = new UserInfo(/* id= */ 10, "user_name", /* flags= */ 0); in testEmptyUsernameCannotBeSaved() local
|
/aosp_15_r20/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/profiles/ |
D | EditProfileNameFragmentTest.java | 71 UserInfo testUser = new UserInfo(/* id= */ 10, testUserName, /* flags= */ 0); in testUserNameDisplayedInDetails() local 86 UserInfo testUser = new UserInfo(userId, "user_name", /* flags= */ 0); in testClickingOkSavesNewUserName() local 103 UserInfo testUser = new UserInfo(/* id= */ 10, "user_name", /* flags= */ 0); in testEmptyUsernameCannotBeSaved() local
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
H A D | UserLifecycleTests.java | 511 final int testUser = initializeNewUserAndSwitchBack(/* stopNewUser */ true); in switchUser_stopped() local 563 final int testUser = initializeNewUserAndSwitchBack(/* stopNewUser */ true, in switchUser_stopped_staticWallpaper() local 589 final int testUser = initializeNewUserAndSwitchBack(/* stopNewUser */ false); in switchUser_running() local 608 final int testUser = initializeNewUserAndSwitchBack(/* stopNewUser */ false); in switchUser_running_initializedUser() local 632 final int testUser = initializeNewUserAndSwitchBack(/* stopNewUser */ false, in switchUser_running_staticWallpaper() local 1597 final int testUser = createUserNoFlags(); in initializeNewUserAndSwitchBack() local
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | UserManagerTest.java | 282 final UserInfo testUser = createUser("TestUser", /* flags= */ 0); in testCommunalProfile() local 505 final UserInfo testUser = createUser("TestUser", /* flags= */ 0); in testRemoveUserShouldNotRemoveCurrentUser() local 524 final UserInfo testUser = createUser("TestUser", /* flags= */ 0); in testRemoveUserShouldNotRemoveCurrentUser_DuringUserSwitch() local 591 UserInfo testUser = createUser("TestUser", /* flags= */ 0); in testRemoveUser_withDisallowRemoveUserRestrictionAndMultipleUsersPresent() local 617 final UserInfo testUser = createUser("TestUser", /* flags= */ 0); in testRemoveUserShouldNotRemoveTargetUser_DuringUserSwitch() local 742 final UserInfo testUser = createUser("TestUser", /* flags= */ 0); in testRemoveUserWhenPossible_currentUserSetEphemeral_duringUserSwitch() local 765 final UserInfo testUser = createUser("TestUser", /* flags= */ 0); in testRemoveUserWhenPossible_targetUserSetEphemeral_duringUserSwitch() local 1662 UserInfo testUser = createUser("User 1", 0); in testRestrictions() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/fontscaling/domain/interactor/ |
H A D | FontScalingTileDataInteractorTest.kt | 39 private val testUser = UserHandle.of(1) constant in com.android.systemui.qs.tiles.impl.fontscaling.domain.interactor.FontScalingTileDataInteractorTest
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/camera/data/repository/ |
H A D | FakeCameraSensorPrivacyRepositoryTest.kt | 39 private val testUser = UserHandle.of(1) constant in com.android.systemui.camera.data.repository.FakeCameraSensorPrivacyRepositoryTest
|
H A D | FakeCameraAutoRotateRepositoryTest.kt | 39 private val testUser = UserHandle.of(1) constant
|
H A D | CameraSensorPrivacyRepositoryImplTest.kt | 45 private val testUser = UserHandle.of(1) constant in com.android.systemui.camera.data.repository.CameraSensorPrivacyRepositoryImplTest
|
H A D | CameraAutoRotateRepositoryImplTest.kt | 42 private val testUser = UserHandle.of(1) constant in com.android.systemui.camera.data.repository.CameraAutoRotateRepositoryImplTest
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/onehanded/domain/interactor/ |
H A D | OneHandedModeTileDataInteractorTest.kt | 43 private val testUser = UserHandle.of(1)!! constant
|
H A D | OneHandedModeTileUserActionInteractorTest.kt | 41 private val testUser = UserHandle.of(1) constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/irecording/ |
H A D | IssueRecordingDataInteractorTest.kt | 49 private val testUser = UserHandle.of(1) constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/inversion/domain/interactor/ |
H A D | ColorInversionUserActionInteractorTest.kt | 40 private val testUser = UserHandle.CURRENT constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/battery/doman/interactor/ |
H A D | BatterySaverTileDataInteractorTest.kt | 48 private val testUser = UserHandle.of(1) constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/colorcorrection/domain/interactor/ |
H A D | ColorCorrectionTileUserActionInteractorTest.kt | 40 private val testUser = UserHandle.CURRENT constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/notes/domain/interactor/ |
H A D | NotesTileDataInteractorTest.kt | 45 private val testUser = UserHandle.of(1) constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/sensorprivacy/domain/interactor/ |
H A D | SensorPrivacyToggleTileDataInteractorTest.kt | 55 private val testUser = UserHandle.of(1) constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/qr/domain/interactor/ |
H A D | QRCodeScannerTileDataInteractorTest.kt | 46 private val testUser = UserHandle.of(1)!! constant in com.android.systemui.qs.tiles.impl.qr.domain.interactor.QRCodeScannerTileDataInteractorTest
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/hearingdevices/domain/interactor/ |
H A D | HearingDevicesTileDataInteractorTest.kt | 56 private val testUser = UserHandle.of(1) constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/night/domain/interactor/ |
H A D | NightDisplayTileDataInteractorTest.kt | 51 private val testUser = UserHandle.of(1)!! constant in com.android.systemui.qs.tiles.impl.night.domain.interactor.NightDisplayTileDataInteractorTest
|
H A D | NightDisplayTileUserActionInteractorTest.kt | 56 private val testUser = UserHandle.of(1) constant
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | BackgroundRestrictionTest.java | 471 final int testUser = TEST_USER0; in testTogglingBackgroundRestrictInternal() local 567 final int testUser = TEST_USER0; in testTogglingStandbyBucket() local 618 final int testUser = TEST_USER0; in testBgCurrentDrainMonitor() local 1717 final int testUser = TEST_USER0; in testBgCurrentDrainMonitorExemptions() local 2526 final int testUser = TEST_USER0; in runTestExcessiveEvent() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/rotation/domain/interactor/ |
H A D | RotationLockTileDataInteractorTest.kt | 61 private val testUser = UserHandle.of(1) constant in com.android.systemui.qs.tiles.impl.rotation.domain.interactor.RotationLockTileDataInteractorTest
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/accessibility/data/repository/ |
H A D | NightDisplayRepositoryTest.kt | 55 private val testUser = UserHandle.of(1)!! constant in com.android.systemui.accessibility.data.repository.NightDisplayRepositoryTest
|
/aosp_15_r20/cts/tests/tests/instantapp/src/android/cts/instantapp/resolver/ |
H A D | ResolverServiceMethodFallbackTest.kt | 74 private val testUser = UserHandle(Integer.MAX_VALUE) in <lambda>() constant
|