Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusView.java294 mLogoutView.setVisibility(shouldShowLogout() ? VISIBLE : GONE); in updateLogoutView()
444 private boolean shouldShowLogout() { in shouldShowLogout() method in KeyguardStatusView