Home
last modified time | relevance | path

Searched defs:flowValues (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/framework/compose/
DOverridableFlowTest.kt56 val flowValues = mutableListOf<T>() in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/fontscaling/domain/interactor/
DFontScalingTileDataInteractorTest.kt41 val flowValues by in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/interactor/
DUiModeNightTileDataInteractorTest.kt125 val flowValues: List<UiModeNightTileModel> by in <lambda>() constant
141 val flowValues: List<UiModeNightTileModel> by in <lambda>() constant
157 val flowValues: List<UiModeNightTileModel> by in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/flashlight/domain/interactor/
DFlashlightTileDataInteractorTest.kt73 val flowValues: List<FlashlightTileModel> by in <lambda>() constant
98 val flowValues: List<FlashlightTileModel> by in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/hearingdevices/domain/interactor/
DHearingDevicesTileDataInteractorTest.kt75 val flowValues: List<HearingDevicesTileModel> by in tileData_bluetoothStateChanged_dataMatchesChecker() constant
111 val flowValues: List<HearingDevicesTileModel> by in tileData_bluetoothDeviceChanged_dataMatchesChecker() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/saver/domain/interactor/
DDataSaverTileDataInteractorTest.kt57 val flowValues: List<DataSaverTileModel> by in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/location/domain/interactor/
DLocationTileDataInteractorTest.kt64 val flowValues: List<LocationTileModel> by in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/accessibility/data/repository/
DColorCorrectionRepositoryImplTest.kt84 val flowValues: List<Boolean> by collectValues(underTest.isEnabled(testUser1)) in isEnabled_settingUpdated_valueUpdated() constant
DColorInversionRepositoryImplTest.kt84 val flowValues: List<Boolean> by collectValues(underTest.isEnabled(testUser1)) in isEnabled_settingUpdated_valueUpdated() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
DScrimStartable.kt95 ) { flowValues -> in <lambda>() method