Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DGlobalActionsPanelPlugin.java59 PanelViewController onPanelShown(Callbacks callbacks, boolean deviceLocked); in onPanelShown() argument
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java1050 final boolean deviceLocked = secure && showingKeyguard && !trusted in refreshDeviceLockedForUser()
1052 if (deviceLocked && currentUserIsUnlocked) { in refreshDeviceLockedForUser()
1057 setDeviceLockedForUser(id, deviceLocked); in refreshDeviceLockedForUser()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java782 final boolean deviceLocked = mKeyguardUpdateMonitor.isDeviceLockedByAdaptiveAuth(userId); in updateLockScreenAdaptiveAuthMsg()
783 if (deviceLocked) { in updateLockScreenAdaptiveAuthMsg()