Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/data/repository/
DForegroundServicesRepository.kt36 val foregroundServicesCount: Flow<Int> in <lambda>() constant
52 override val foregroundServicesCount: Flow<Int> = constant
101 foregroundServicesCount, in showFooterDot()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/
DFooterActionsViewModel.kt221 footerActionsInteractor.foregroundServicesCount, in FooterActionsViewModel()
224 ) { foregroundServicesCount, hasNewChanges, securityModel -> in FooterActionsViewModel() method
225 if (foregroundServicesCount <= 0) { in FooterActionsViewModel()
231 foregroundServicesCount, in FooterActionsViewModel()
296 foregroundServicesCount: Int, in foregroundServicesButtonViewModel()
305 foregroundServicesCount, in foregroundServicesButtonViewModel()
309 foregroundServicesCount, in foregroundServicesButtonViewModel()
DFooterActionsForegroundServicesButtonViewModel.kt23 val foregroundServicesCount: Int, constant in com.android.systemui.qs.footer.ui.viewmodel.FooterActionsForegroundServicesButtonViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/
DFooterActionsInteractor.kt58 val foregroundServicesCount: Flow<Int> in <lambda>() constant
117 override val foregroundServicesCount: Flow<Int> = constant
118 foregroundServicesRepository.foregroundServicesCount
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/
DFooterActionsViewModelTest.kt301 assertThat(foregroundServices!!.foregroundServicesCount).isEqualTo(1) in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
DFooterActions.kt266 model.foregroundServicesCount, in ForegroundServicesButton()