/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/camera/data/repository/ |
D | FakeCameraSensorPrivacyRepositoryTest.kt | 39 private val testUser = UserHandle.of(1) constant
|
D | FakeCameraAutoRotateRepositoryTest.kt | 39 private val testUser = UserHandle.of(1) constant in com.android.systemui.camera.data.repository.FakeCameraAutoRotateRepositoryTest
|
D | CameraSensorPrivacyRepositoryImplTest.kt | 45 private val testUser = UserHandle.of(1) constant in com.android.systemui.camera.data.repository.CameraSensorPrivacyRepositoryImplTest
|
D | CameraAutoRotateRepositoryImplTest.kt | 43 private val testUser = UserHandle.of(1) constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/fontscaling/domain/interactor/ |
D | FontScalingTileDataInteractorTest.kt | 39 private val testUser = UserHandle.of(1) constant in com.android.systemui.qs.tiles.impl.fontscaling.domain.interactor.FontScalingTileDataInteractorTest
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/onehanded/domain/interactor/ |
D | OneHandedModeTileDataInteractorTest.kt | 43 private val testUser = UserHandle.of(1)!! constant in com.android.systemui.qs.tiles.impl.onehanded.domain.interactor.OneHandedModeTileDataInteractorTest
|
D | OneHandedModeTileUserActionInteractorTest.kt | 41 private val testUser = UserHandle.of(1) constant in com.android.systemui.qs.tiles.impl.onehanded.domain.interactor.OneHandedModeTileUserActionInteractorTest
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/colorcorrection/domain/interactor/ |
D | ColorCorrectionTileUserActionInteractorTest.kt | 40 private val testUser = UserHandle.CURRENT constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/inversion/domain/interactor/ |
D | ColorInversionUserActionInteractorTest.kt | 40 private val testUser = UserHandle.CURRENT constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/battery/doman/interactor/ |
D | BatterySaverTileDataInteractorTest.kt | 48 private val testUser = UserHandle.of(1) constant in com.android.systemui.qs.tiles.impl.battery.doman.interactor.BatterySaverTileDataInteractorTest
|
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
D | UserLifecycleTests.java | 509 final int testUser = initializeNewUserAndSwitchBack(/* stopNewUser */ true); in switchUser_stopped() local 561 final int testUser = initializeNewUserAndSwitchBack(/* stopNewUser */ true, in switchUser_stopped_staticWallpaper() local 587 final int testUser = initializeNewUserAndSwitchBack(/* stopNewUser */ false); in switchUser_running() local 606 final int testUser = initializeNewUserAndSwitchBack(/* stopNewUser */ false); in switchUser_running_initializedUser() local 630 final int testUser = initializeNewUserAndSwitchBack(/* stopNewUser */ false, in switchUser_running_staticWallpaper() local 1334 final int testUser = createUserNoFlags(); in initializeNewUserAndSwitchBack() local
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/sensorprivacy/domain/interactor/ |
D | SensorPrivacyToggleTileDataInteractorTest.kt | 55 private val testUser = UserHandle.of(1) constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/qr/domain/interactor/ |
D | QRCodeScannerTileDataInteractorTest.kt | 46 private val testUser = UserHandle.of(1)!! constant in com.android.systemui.qs.tiles.impl.qr.domain.interactor.QRCodeScannerTileDataInteractorTest
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/night/domain/interactor/ |
D | NightDisplayTileDataInteractorTest.kt | 51 private val testUser = UserHandle.of(1)!! constant in com.android.systemui.qs.tiles.impl.night.domain.interactor.NightDisplayTileDataInteractorTest
|
D | NightDisplayTileUserActionInteractorTest.kt | 56 private val testUser = UserHandle.of(1) constant in com.android.systemui.qs.tiles.impl.night.domain.interactor.NightDisplayTileUserActionInteractorTest
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/rotation/domain/interactor/ |
D | RotationLockTileDataInteractorTest.kt | 61 private val testUser = UserHandle.of(1) constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
D | SaveImageInBackgroundTaskTest.kt | 50 private val testUser = UserHandle.getUserHandleForUid(0) constant in com.android.systemui.screenshot.SaveImageInBackgroundTaskTest
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/accessibility/data/repository/ |
D | NightDisplayRepositoryTest.kt | 55 private val testUser = UserHandle.of(1)!! constant
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerTest.java | 275 final UserInfo testUser = createUser("TestUser", /* flags= */ 0); in testCommunalProfile() local 498 final UserInfo testUser = createUser("TestUser", /* flags= */ 0); in testRemoveUserShouldNotRemoveCurrentUser() local 517 final UserInfo testUser = createUser("TestUser", /* flags= */ 0); in testRemoveUserShouldNotRemoveCurrentUser_DuringUserSwitch() local 537 final UserInfo testUser = createUser("TestUser", /* flags= */ 0); in testRemoveUserShouldNotRemoveTargetUser_DuringUserSwitch() local 662 final UserInfo testUser = createUser("TestUser", /* flags= */ 0); in testRemoveUserWhenPossible_currentUserSetEphemeral_duringUserSwitch() local 685 final UserInfo testUser = createUser("TestUser", /* flags= */ 0); in testRemoveUserWhenPossible_targetUserSetEphemeral_duringUserSwitch() local 1455 UserInfo testUser = createUser("User 1", 0); in testRestrictions() local
|
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/ |
D | AppCopyingHelperTest.java | 206 private void addInstalledApp(ResolveInfo ri, boolean testUser) in addInstalledApp()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
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
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/ |
D | InternetTileDataInteractorTest.kt | 74 private val testUser = UserHandle.of(1) in <lambda>() constant
|