Home
last modified time | relevance | path

Searched refs:getInstalledTilesComponents (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/data/repository/
H A DInstalledTilesComponentRepositoryImplTest.kt101 val job = launch { underTest.getInstalledTilesComponents(user).collect {} }
125 backgroundScope.launch { underTest.getInstalledTilesComponents(0).collect {} }
164 val componentNames by collectLastValue(underTest.getInstalledTilesComponents(userId))
176 val componentNames by collectLastValue(underTest.getInstalledTilesComponents(userId))
207 val componentNames by collectLastValue(underTest.getInstalledTilesComponents(userId))
226 val componentNames by collectLastValue(underTest.getInstalledTilesComponents(userId))
271 val componentNames by collectLastValue(underTest.getInstalledTilesComponents(userId))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/
H A DInstalledTilesComponentRepository.kt46 fun getInstalledTilesComponents(userId: Int): Flow<Set<ComponentName>> regex
57 override fun getInstalledTilesComponents(userId: Int): Flow<Set<ComponentName>> {
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/pipeline/data/repository/
H A DFakeInstalledTilesComponentRepository.kt29 override fun getInstalledTilesComponents(userId: Int): Flow<Set<ComponentName>> {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
H A DCurrentTilesInteractor.kt168 installedTilesComponentRepository.getInstalledTilesComponents(it)