/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/user/ui/viewmodel/ |
D | UserSwitcherViewModelKosmos.kt | 22 import com.android.systemui.user.domain.interactor.userSwitcherInteractor 26 userSwitcherInteractor = userSwitcherInteractor, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/viewmodel/ |
D | UserSwitcherViewModel.kt | 40 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>() 177 userSwitcherInteractor.executeAction(action = model) in <lambda>() 197 userSwitcherInteractor.selectUser(model.id) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ui/viewmodel/ |
D | StatusBarUserChipViewModelKosmos.kt | 20 import com.android.systemui.user.domain.interactor.userSwitcherInteractor 24 Kosmos.Fixture { StatusBarUserChipViewModel(userSwitcherInteractor) } in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/ |
D | UserSwitcherControllerKosmos.kt | 25 import com.android.systemui.user.domain.interactor.userSwitcherInteractor 30 userSwitcherInteractorLazy = { userSwitcherInteractor }, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/domain/interactor/ |
D | ShadeInteractorKosmos.kt | 33 import com.android.systemui.user.domain.interactor.userSwitcherInteractor 70 userSwitcherInteractor = userSwitcherInteractor, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/ |
D | QuickSettingsKosmos.kt | 46 import com.android.systemui.user.domain.interactor.userSwitcherInteractor 83 userSwitcherInteractor = userSwitcherInteractor, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/ |
D | ShadeInteractorImpl.kt | 56 userSwitcherInteractor: UserSwitcherInteractor, in <lambda>() 121 (isUserSetup || !userSwitcherInteractor.isSimpleUserSwitcher) && in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/ |
D | FooterActionsInteractor.kt | 106 private val userSwitcherInteractor: UserSwitcherInteractor, constant in com.android.systemui.qs.footer.domain.interactor.FooterActionsInteractorImpl 184 userSwitcherInteractor.showUserSwitcher(expandable) in showUserSwitcher()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/footer/ |
D | FooterActionsTestUtils.kt | 113 userSwitcherInteractor: UserSwitcherInteractor = mock(), in footerActionsInteractor() 128 userSwitcherInteractor, in footerActionsInteractor()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/user/domain/interactor/ |
D | UserSwitcherInteractorKosmos.kt | 36 val Kosmos.userSwitcherInteractor by constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/user/ui/viewmodel/ |
D | UserSwitcherViewModelTest.kt | 158 userSwitcherInteractor = in <lambda>()
|