Searched refs:showingKeyguard (Results 1 – 3 of 3) sorted by relevance
582 final boolean showingKeyguard = mState != StatusBarState.SHADE in updatePublicMode()584 final boolean devicePublic = showingKeyguard && mKeyguardStateController.isMethodSecure(); in updatePublicMode()604 isProfilePublic = showingKeyguard || mKeyguardManager.isDeviceLocked(userId); in updatePublicMode()
589 boolean showingKeyguard = true; in updateTrustWithNonrenewableTrust()591 showingKeyguard = wm.isKeyguardLocked(); in updateTrustWithNonrenewableTrust()603 && (!showingKeyguard || isFromUnlock || !changed) in updateTrustWithNonrenewableTrust()607 + " && " + Boolean.toString(!showingKeyguard) in updateTrustWithNonrenewableTrust()983 boolean showingKeyguard = true; in refreshDeviceLockedForUser()992 showingKeyguard = wm.isKeyguardLocked(); in refreshDeviceLockedForUser()998 final boolean deviceLocked = secure && showingKeyguard && !trusted in refreshDeviceLockedForUser()
221 void setLockScreenShown(boolean showingKeyguard, boolean showingAod); in setLockScreenShown() argument