Searched refs:foregroundServicesCount (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/data/repository/ |
D | ForegroundServicesRepository.kt | 36 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/ |
D | FooterActionsViewModel.kt | 221 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()
|
D | FooterActionsForegroundServicesButtonViewModel.kt | 23 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/ |
D | FooterActionsInteractor.kt | 58 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/ |
D | FooterActionsViewModelTest.kt | 301 assertThat(foregroundServices!!.foregroundServicesCount).isEqualTo(1) in <lambda>()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/ |
D | FooterActions.kt | 266 model.foregroundServicesCount, in ForegroundServicesButton()
|