Home
last modified time | relevance | path

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

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