Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/data/repository/
H A DForegroundServicesRepository.kt36 val foregroundServicesCount: Flow<Int>
52 override val foregroundServicesCount: Flow<Int> =
101 foregroundServicesCount,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/
H A DFooterActionsViewModel.kt94 footerActionsInteractor.foregroundServicesCount,
97 ) { foregroundServicesCount, hasNewChanges, securityModel ->
98 if (foregroundServicesCount <= 0) {
106 foregroundServicesCount,
109 foregroundServicesCount,
H A DFooterActionsForegroundServicesButtonViewModel.kt23 val foregroundServicesCount: Int,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/
H A DFooterActionsInteractor.kt58 val foregroundServicesCount: Flow<Int>
117 override val foregroundServicesCount: Flow<Int> =
118 foregroundServicesRepository.foregroundServicesCount
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/binder/
H A DFooterActionsViewBinder.kt212 val foregroundServicesCount = foregroundServices.foregroundServicesCount regex
231 foregroundServicesWithNumberHolder.number.text = foregroundServicesCount.toString()
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
H A DFooterActions.kt227 model.foregroundServicesCount,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/
H A DFooterActionsViewModelTest.kt309 assertThat(foregroundServices!!.foregroundServicesCount).isEqualTo(1)