Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java406 private boolean mKeyguardQsUserSwitchEnabled; field in NotificationPanelViewController
1060 if (mKeyguardQsUserSwitchEnabled) { in onFinishInflate()
1444 boolean showQsUserSwitch = mKeyguardQsUserSwitchEnabled && isUserSwitcherEnabled; in reInflateViews()
1446 !mKeyguardQsUserSwitchEnabled in reInflateViews()
3505 ipw.print("mKeyguardQsUserSwitchEnabled="); ipw.println(mKeyguardQsUserSwitchEnabled);
3675 mKeyguardQsUserSwitchEnabled =
4511 boolean prevKeyguardQsUserSwitchEnabled = mKeyguardQsUserSwitchEnabled;
4514 || prevKeyguardQsUserSwitchEnabled != mKeyguardQsUserSwitchEnabled) {