/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/ |
H A D | SceneContainerOcclusionInteractorTest.kt | 217 private fun TestScope.showOccludingActivity() { in TestScope() method 226 private fun TestScope.hideOccludingActivity() { in hideOccludingActivity() method 234 private fun TestScope.expandShade(assertMidTransition: () -> Unit = {}) { in <lambda>() method 259 private fun TestScope.expandDualShade(assertMidTransition: () -> Unit = {}) { in <lambda>() method 292 private fun TestScope.collapseShade(assertMidTransition: () -> Unit = {}) { in <lambda>() method 317 private fun TestScope.collapseDualShade(assertMidTransition: () -> Unit = {}) { in <lambda>() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/inputdevice/tutorial/ui/viewmodel/ |
H A D | KeyboardTouchpadTutorialViewModelTest.kt | 299 private fun TestScope.goToNextScreen() { in TestScope() method 304 private fun TestScope.goBack() { in goBack() method 309 private fun TestScope.peripheralsState( in peripheralsState() method 318 private fun TestScope.assertGesturesNotDisabled() = assertFlagEnabled(enabled = false) in TestScope() method 320 private fun TestScope.assertGesturesDisabled() = assertFlagEnabled(enabled = true) in TestScope() method 322 private fun TestScope.assertFlagEnabled(enabled: Boolean) { in TestScope() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/ui/viewmodel/ |
H A D | CommunalUserActionsViewModelTest.kt | 176 private fun TestScope.setUpState( in TestScope() method 202 private fun TestScope.lockDevice() { in lockDevice() method 212 private fun TestScope.unlockDevice() { in unlockDevice() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/ui/viewmodel/ |
H A D | DreamUserActionsViewModelTest.kt | 302 private fun TestScope.setUpState( in TestScope() method 328 private fun TestScope.lockDevice() { in lockDevice() method 338 private fun TestScope.unlockDevice() { in unlockDevice() method
|
/aosp_15_r20/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/picker/color/ui/viewmodel/ |
D | ColorPickerViewModelTest.kt | 232 private fun TestScope.selectColorOption( in <lambda>() method 255 private fun TestScope.assertPickerUiState( in <lambda>() method 281 private fun TestScope.assertColorOptionUiState( in <lambda>() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/ |
H A D | WidgetTrampolineInteractorTest.kt | 197 private fun TestScope.advanceTime(duration: Duration) { in advanceTime() method 202 private fun TestScope.addActivityEvent(type: Int) { in addActivityEvent() method 213 private fun TestScope.moveTaskToFront() { in TestScope() method
|
/aosp_15_r20/packages/apps/ThemePicker/tests/robotests/src/com/android/wallpaper/customization/ui/viewmodel/ |
D | ColorPickerViewModel2Test.kt | 231 private fun TestScope.selectColorOption( in <lambda>() method 261 private fun TestScope.assertPickerUiState( in <lambda>() method 287 private fun TestScope.assertColorOptionUiState( in <lambda>() method
|
D | ShapeGridPickerViewModelTest.kt | 253 private fun TestScope.assertShapeItem( in assertShapeItem() method 271 private fun TestScope.assertGridItem( in assertGridItem() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/ |
H A D | DeviceUnlockedInteractorTest.kt | 606 private fun TestScope.unlockDevice() { in <lambda>() method 625 private fun TestScope.startDreaming() { in <lambda>() method 630 private fun TestScope.stopDreaming() { in <lambda>() method 635 private fun TestScope.verifyRestrictionReasonsForAuthFlags( in <lambda>() method
|
H A D | DeviceEntryHapticsInteractorTest.kt | 326 private fun TestScope.verifyDeviceEntryFromFingerprintAuth() { in TestScope() method 333 private fun TestScope.verifyDeviceEntryFromFaceAuth() { in TestScope() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/display/data/repository/ |
H A D | DisplayRepositoryTest.kt | 523 private fun TestScope.latestDisplayFlowValue(): FlowValue<Set<Display>?> { in <lambda>() method 530 private fun TestScope.latestDefaultDisplayOffFlowValue(): FlowValue<Boolean?> { in <lambda>() method 536 private fun TestScope.lastPendingDisplay(): FlowValue<DisplayRepository.PendingDisplay?> { in <lambda>() method 549 private fun TestScope.lastDisplayAdditionEvent(): FlowValue<Display?> { in <lambda>() method
|
/aosp_15_r20/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/grid/ui/viewmodel/ |
D | GridScreenViewModelTest.kt | 99 private fun TestScope.getSelectedIndex( in <lambda>() method 107 private fun TestScope.getOnClick( in <lambda>() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/domain/interactor/ |
H A D | PromptSelectorInteractorImplTest.kt | 143 private fun TestScope.useBiometricsAndReset( in <lambda>() method 378 private fun TestScope.useCredentialAndReset(kind: PromptKind) { in <lambda>() method 418 private fun TestScope.verifyUnset() { in <lambda>() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/haptics/msdl/qs/ |
H A D | TileHapticsViewModelTest.kt | 135 private fun TestScope.toggleOn() { in TestScope() method 143 private fun TestScope.toggleOff() { in toggleOff() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/ |
H A D | PasswordBouncerViewModelTest.kt | 384 private fun TestScope.switchToScene(toScene: SceneKey) { in switchToScene() method 394 private fun TestScope.lockDeviceAndOpenPasswordBouncer() { in lockDeviceAndOpenPasswordBouncer() method 417 private fun TestScope.selectUser(userInfo: UserInfo) { in TestScope() method
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/ |
H A D | TestScope.kt | 39 public sealed interface TestScope : CoroutineScope { in <lambda>() interface 162 public fun TestScope(context: CoroutineContext = EmptyCoroutineContext): TestScope { in advanceUntilIdle() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/interactor/ |
H A D | ShadeBackActionInteractorImplTest.kt | 112 private fun TestScope.enterDevice() { in enterDevice() method 123 private fun TestScope.setScene(key: SceneKey) { in setScene() method
|
H A D | PanelExpansionInteractorImplTest.kt | 219 private fun TestScope.changeScene( in <lambda>() method 257 private fun TestScope.showOverlay( in <lambda>() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/dialog/ringer/ui/viewmodel/ |
H A D | VolumeDialogRingerDrawerViewModelTest.kt | 153 private fun TestScope.setUpRingerModeAndOpenDrawer(selectedRingerMode: RingerMode) { in TestScope() method 160 private fun TestScope.setUpRingerMode(selectedRingerMode: RingerMode) { in setUpRingerMode() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/notifications/ui/viewmodel/ |
H A D | NotificationsShadeUserActionsViewModelTest.kt | 142 private fun TestScope.lockDevice() { in lockDevice() method 151 private fun TestScope.unlockDevice() { in unlockDevice() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/unfold/ |
H A D | FoldLightRevealOverlayAnimationTest.kt | 195 private fun TestScope.advanceTime(timeMs: Long) { in advanceTime() method 222 private fun TestScope.turnScreenOn() { in TestScope() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/ |
H A D | DeviceEntryFaceAuthRepositoryTest.kt | 1225 private fun TestScope.triggerFaceAuth(fallbackToDetect: Boolean) { in triggerFaceAuth() method 1287 private fun TestScope.faceDetectIsCalled() { in successResult() method 1298 private fun TestScope.faceAuthenticateIsCalled() { in TestScope() method 1311 private fun TestScope.faceAuthenticateIsNotCalled() { in faceAuthenticateIsNotCalled() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/ |
H A D | ShadeSceneContentViewModelTest.kt | 215 private fun TestScope.setDeviceEntered(isEntered: Boolean) { in <lambda>() method 233 private fun TestScope.setScene(key: SceneKey) { in <lambda>() method
|
H A D | ShadeUserActionsViewModelTest.kt | 252 private fun TestScope.setDeviceEntered(isEntered: Boolean) { in <lambda>() method 270 private fun TestScope.setScene(key: SceneKey) { in <lambda>() method
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/education/ |
H A D | AppHandleEducationControllerTest.kt | 466 private fun TestScope.showAndDismissSecondTooltip() { in showAndDismissSecondTooltip() method 489 private fun TestScope.waitForBufferDelay() { in setShouldShowAppHandleEducation() method
|