Searched refs:showingKeyguard (Results 1 – 3 of 3) sorted by relevance
500 final boolean showingKeyguard = mState != StatusBarState.SHADE in updatePublicMode()502 final boolean devicePublic = showingKeyguard && isSecure(getCurrentUserId()); in updatePublicMode()519 isProfilePublic = showingKeyguard || mKeyguardManager.isDeviceLocked(userId); in updatePublicMode()
400 boolean showingKeyguard = true; in updateTrust()402 showingKeyguard = wm.isKeyguardLocked(); in updateTrust()414 && (!showingKeyguard || isFromUnlock || !changed) in updateTrust()418 + " && " + Boolean.toString(!showingKeyguard) in updateTrust()670 boolean showingKeyguard = true; in refreshDeviceLockedForUser()678 showingKeyguard = wm.isKeyguardLocked(); in refreshDeviceLockedForUser()682 boolean deviceLocked = secure && showingKeyguard && !trusted && in refreshDeviceLockedForUser()
284 void setLockScreenShown(boolean showingKeyguard, boolean showingAod); in setLockScreenShown() argument