Searched refs:colorCorrectionRepository (Results 1 – 4 of 4) sorted by relevance
43 private val colorCorrectionRepository = FakeColorCorrectionRepository() constant45 ColorCorrectionTileDataInteractor(colorCorrectionRepository)61 colorCorrectionRepository.setIsEnabled(true, TEST_USER) in <lambda>()64 colorCorrectionRepository.setIsEnabled(false, TEST_USER) in <lambda>()
33 private val colorCorrectionRepository: ColorCorrectionRepository, constant in com.android.systemui.qs.tiles.impl.colorcorrection.domain.interactor.ColorCorrectionTileDataInteractor40 return colorCorrectionRepository.isEnabled(user).map { ColorCorrectionTileModel(it) } in tileData()
33 private val colorCorrectionRepository: ColorCorrectionRepository, constant in com.android.systemui.qs.tiles.impl.colorcorrection.domain.interactor.ColorCorrectionUserActionInteractor41 colorCorrectionRepository.setIsEnabled( in handleInput()
34 fun colorCorrectionRepository(impl: ColorCorrectionRepositoryImpl): ColorCorrectionRepository method