Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DUserDetailView.java93 if (!item.isSwitchToEnabled) { in createUserDetailItemView()
108 } else if (tag.isSwitchToEnabled) { in onClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java725 public boolean isSwitchToEnabled; field in UserSwitcherController.UserRecord
728 boolean isAddUser, boolean isRestricted, boolean isSwitchToEnabled) { in UserRecord() argument
735 this.isSwitchToEnabled = isSwitchToEnabled; in UserRecord()
740 isSwitchToEnabled); in copyWithIsCurrent()
771 if (isSwitchToEnabled) { in toString()
DKeyguardUserSwitcher.java285 v.setAvatarEnabled(item.isSwitchToEnabled); in getView()
298 } else if (user.isSwitchToEnabled) { in onClick()