Searched refs:showingKeyguard (Results 1 – 3 of 3) sorted by relevance
557 final boolean showingKeyguard = mState != StatusBarState.SHADE in updatePublicMode()559 final boolean devicePublic = showingKeyguard && mKeyguardStateController.isMethodSecure(); in updatePublicMode()579 isProfilePublic = showingKeyguard || mKeyguardManager.isDeviceLocked(userId); in updatePublicMode()
541 boolean showingKeyguard = true; in updateTrustWithNonrenewableTrust()543 showingKeyguard = wm.isKeyguardLocked(); in updateTrustWithNonrenewableTrust()555 && (!showingKeyguard || isFromUnlock || !changed) in updateTrustWithNonrenewableTrust()559 + " && " + Boolean.toString(!showingKeyguard) in updateTrustWithNonrenewableTrust()917 boolean showingKeyguard = true; in refreshDeviceLockedForUser()926 showingKeyguard = wm.isKeyguardLocked(); in refreshDeviceLockedForUser()932 final boolean deviceLocked = secure && showingKeyguard && !trusted in refreshDeviceLockedForUser()
226 void setLockScreenShown(boolean showingKeyguard, boolean showingAod); in setLockScreenShown() argument