Home
last modified time | relevance | path

Searched refs:FooterActionsForegroundServicesButtonViewModel (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/
DFooterActionsForegroundServicesButtonViewModel.kt22 data class FooterActionsForegroundServicesButtonViewModel( class
DFooterActionsViewModel.kt60 val foregroundServices: Flow<FooterActionsForegroundServicesButtonViewModel?>, in <lambda>()
300 ): FooterActionsForegroundServicesButtonViewModel { in foregroundServicesButtonViewModel()
308 return FooterActionsForegroundServicesButtonViewModel( in foregroundServicesButtonViewModel()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
DFooterActions.kt83 import com.android.systemui.qs.footer.ui.viewmodel.FooterActionsForegroundServicesButtonViewModel in <lambda>()
140 mutableStateOf<FooterActionsForegroundServicesButtonViewModel?>(null) in FooterActions()
254 model: FooterActionsForegroundServicesButtonViewModel, in ForegroundServicesButton()