Searched refs:shouldShowLogout (Results 1 – 1 of 1) sorted by relevance
294 mLogoutView.setVisibility(shouldShowLogout() ? VISIBLE : GONE); in updateLogoutView()444 private boolean shouldShowLogout() { in shouldShowLogout() method in KeyguardStatusView