Home
last modified time | relevance | path

Searched refs:UiModeNightTileModel (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/tiles/impl/uimodenight/
DUiModeNightTileModelHelper.kt20 import com.android.systemui.qs.tiles.impl.uimodenight.domain.model.UiModeNightTileModel
38 ): UiModeNightTileModel { in createModel()
39 return UiModeNightTileModel( in createModel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/interactor/
DUiModeNightTileDataInteractor.kt27 import com.android.systemui.qs.tiles.impl.uimodenight.domain.model.UiModeNightTileModel
47 ) : QSTileDataInteractor<UiModeNightTileModel> {
52 ): Flow<UiModeNightTileModel> = in tileData()
88 private fun createModel(): UiModeNightTileModel { in createModel()
100 return UiModeNightTileModel( in createModel()
DUiModeNightTileUserActionInteractor.kt26 import com.android.systemui.qs.tiles.impl.uimodenight.domain.model.UiModeNightTileModel
39 ) : QSTileUserActionInteractor<UiModeNightTileModel> {
41 override suspend fun handleInput(input: QSTileInput<UiModeNightTileModel>) = in handleInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/
DUiModeNightTileMapper.kt26 import com.android.systemui.qs.tiles.impl.uimodenight.domain.model.UiModeNightTileModel
40 ) : QSTileDataToStateMapper<UiModeNightTileModel> {
45 override fun map(config: QSTileConfig, data: UiModeNightTileModel): QSTileState = in map()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/
DUiModeNightTileDataInteractorTest.kt32 import com.android.systemui.qs.tiles.impl.uimodenight.domain.model.UiModeNightTileModel
128 val flowValues: List<UiModeNightTileModel> by in <lambda>()
144 val flowValues: List<UiModeNightTileModel> by in <lambda>()
160 val flowValues: List<UiModeNightTileModel> by in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/model/
DUiModeNightTileModel.kt26 data class UiModeNightTileModel( class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DPolicyModule.kt56 import com.android.systemui.qs.tiles.impl.uimodenight.domain.model.UiModeNightTileModel
249 factory: QSTileViewModelFactory.Static<UiModeNightTileModel>, in bindDndTile()