Home
last modified time | relevance | path

Searched refs:showUserSwitcher (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/
H A DFooterActionsInteractor.kt92 fun showUserSwitcher(expandable: Expandable) regex
180 override fun showUserSwitcher(expandable: Expandable) {
181 userInteractor.showUserSwitcher(expandable)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/viewmodel/
H A DStatusBarUserChipViewModel.kt58 val onClick: (Expandable) -> Unit = { interactor.showUserSwitcher(it) }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/
H A DFooterActionsViewModel.kt237 footerActionsInteractor.showUserSwitcher(expandable)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/domain/interactor/
H A DUserInteractorTest.kt876 underTest.showUserSwitcher(expandable)
896 underTest.showUserSwitcher(expandable)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
H A DUserInteractor.kt527 fun showUserSwitcher(expandable: Expandable) { regex