Searched defs:userSwitcher (Results 1 – 4 of 4) sorted by relevance
127 fun userSwitcher() = runTest { in <lambda>() method170 val userSwitcher = currentUserSwitcher() in <lambda>() constant
63 val userSwitcher: Flow<FooterActionsButtonViewModel?>, in <lambda>() constant in com.android.systemui.qs.footer.ui.viewmodel.FooterActionsViewModel239 val userSwitcher = in FooterActionsViewModel() constant
142 var userSwitcher by remember { mutableStateOf<FooterActionsButtonViewModel?>(null) } in FooterActions() variable
923 val userSwitcher = mock(View::class.java) in <lambda>() constant