Searched refs:foregroundServices (Results 1 – 5 of 5) sorted by relevance
259 fun foregroundServices() = runTest { in <lambda>() method in com.android.systemui.qs.footer.ui.viewmodel.FooterActionsViewModelTest290 val currentForegroundServices = collectLastValue(underTest.foregroundServices) in <lambda>()299 val foregroundServices = currentForegroundServices() in <lambda>() constant300 assertThat(foregroundServices).isNotNull() in <lambda>()301 assertThat(foregroundServices!!.foregroundServicesCount).isEqualTo(1) in <lambda>()302 assertThat(foregroundServices.text).isEqualTo("1 app is active") in <lambda>()303 assertThat(foregroundServices.displayText).isTrue() in <lambda>()304 assertThat(foregroundServices.onClick).isNotNull() in <lambda>()311 assertThat(foregroundServices.hasNewChanges).isFalse() in <lambda>()322 assertThat(foregroundServices.displayText).isTrue() in <lambda>()
139 var foregroundServices by remember { in FooterActions() variable149 viewModel.foregroundServices, in FooterActions()160 launch { viewModel.foregroundServices.collect { foregroundServices = it } } in FooterActions()217 if (security == null && foregroundServices == null) { in FooterActions()222 foregroundServices?.let { ForegroundServicesButton(it) } in FooterActions()
60 val foregroundServices: Flow<FooterActionsForegroundServicesButtonViewModel?>, in <lambda>() constant in com.android.systemui.qs.footer.ui.viewmodel.FooterActionsViewModel219 val foregroundServices = in FooterActionsViewModel() constant274 foregroundServices = foregroundServices, in FooterActionsViewModel()
314 void setForegroundServices(boolean foregroundServices) { in setForegroundServices() argument315 mForegroundServices = foregroundServices; in setForegroundServices()
969 Pair<Integer, Integer> foregroundServices = in init()972 foregroundServices.first, in init()973 foregroundServices.second); in init()