Home
last modified time | relevance | path

Searched refs:tileFactory (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
H A DCurrentTilesInteractor.kt132 private val tileFactory: QSFactory,
331 val tile = withContext(mainDispatcher) { tileFactory.createTile(spec.spec) }
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/domain/interactor/
H A DCurrentTilesInteractorImplTest.kt78 private val tileFactory = FakeQSFactory(::tileCreator) regex
115 tileFactory = tileFactory,