Home
last modified time | relevance | path

Searched refs:setKeyguardUserSwitcherEnabled (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewController.java407 public void setKeyguardUserSwitcherEnabled(boolean enabled) { in setKeyguardUserSwitcherEnabled() method in KeyguardStatusBarViewController
408 mView.setKeyguardUserSwitcherEnabled(enabled); in setKeyguardUserSwitcherEnabled()
H A DKeyguardStatusBarView.java378 void setKeyguardUserSwitcherEnabled(boolean enabled) { in setKeyguardUserSwitcherEnabled() method in KeyguardStatusBarView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1273 mKeyguardStatusBarViewController.setKeyguardUserSwitcherEnabled(true); in updateViewControllers()
1280 mKeyguardStatusBarViewController.setKeyguardUserSwitcherEnabled(true); in updateViewControllers()
1282 mKeyguardStatusBarViewController.setKeyguardUserSwitcherEnabled(false); in updateViewControllers()