Searched defs:userSwitcher (Results 1 – 5 of 5) sorted by relevance
126 fun userSwitcher() = runTest { in <lambda>() method169 val userSwitcher = currentUserSwitcher() in <lambda>() constant
71 val userSwitcher: Flow<FooterActionsButtonViewModel?>, in <lambda>() constant in com.android.systemui.qs.footer.ui.viewmodel.FooterActionsViewModel276 val userSwitcher = in createFooterActionsViewModel() constant
145 var userSwitcher by remember { mutableStateOf<FooterActionsButtonViewModel?>(null) } in FooterActions() variable
990 val userSwitcher = mock(View::class.java) in <lambda>() constant
63 private val userSwitcher: UserSwitcherViewModel, in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.BouncerOverlayContentViewModel