Home
last modified time | relevance | path

Searched refs:userSwitcherInteractor (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/user/ui/viewmodel/
DUserSwitcherViewModelKosmos.kt22 import com.android.systemui.user.domain.interactor.userSwitcherInteractor
26 userSwitcherInteractor = userSwitcherInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/viewmodel/
DUserSwitcherViewModel.kt40 private val userSwitcherInteractor: UserSwitcherInteractor, in <lambda>() constant in com.android.systemui.user.ui.viewmodel.UserSwitcherViewModel
46 userSwitcherInteractor.selectedUser.map { user -> toViewModel(user) } in <lambda>()
50 userSwitcherInteractor.users.map { models -> models.map { user -> toViewModel(user) } } in <lambda>()
63 userSwitcherInteractor.actions.map { actions -> in <lambda>()
179 userSwitcherInteractor.executeAction(action = model) in <lambda>()
199 userSwitcherInteractor.selectUser(model.id) in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/domain/interactor/
DShadeInteractorKosmos.kt33 import com.android.systemui.user.domain.interactor.userSwitcherInteractor
72 userSwitcherInteractor = userSwitcherInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/
DQuickSettingsKosmos.kt44 import com.android.systemui.user.domain.interactor.userSwitcherInteractor
83 userSwitcherInteractor = userSwitcherInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DShadeInteractorImpl.kt55 userSwitcherInteractor: UserSwitcherInteractor, in <lambda>()
113 (isUserSetup || !userSwitcherInteractor.isSimpleUserSwitcher) && in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/
DFooterActionsInteractor.kt105 private val userSwitcherInteractor: UserSwitcherInteractor, constant in com.android.systemui.qs.footer.domain.interactor.FooterActionsInteractorImpl
181 userSwitcherInteractor.showUserSwitcher(expandable) in showUserSwitcher()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/footer/
DFooterActionsTestUtils.kt107 userSwitcherInteractor: UserSwitcherInteractor = mock(), in footerActionsInteractor()
121 userSwitcherInteractor, in footerActionsInteractor()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/user/domain/interactor/
DUserSwitcherInteractorKosmos.kt36 val Kosmos.userSwitcherInteractor by constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/ui/viewmodel/
DUserSwitcherViewModelTest.kt157 userSwitcherInteractor = in <lambda>()