Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerImpl.java582 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()
/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java589 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()
/aosp14/frameworks/base/core/java/android/app/
H A DIActivityTaskManager.aidl221 void setLockScreenShown(boolean showingKeyguard, boolean showingAod); in setLockScreenShown() argument