Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DGlobalActionsPanelPlugin.java59 PanelViewController onPanelShown(Callbacks callbacks, boolean deviceLocked); in onPanelShown() argument
/aosp14/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyKeyMintDevice.h77 ScopedAStatus deviceLocked(bool passwordOnly,
/aosp14/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintDevice.cpp290 ScopedAStatus TrustyKeyMintDevice::deviceLocked( in deviceLocked() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java998 final boolean deviceLocked = secure && showingKeyguard && !trusted in refreshDeviceLockedForUser()
1000 if (deviceLocked && currentUserIsUnlocked) { in refreshDeviceLockedForUser()
1005 setDeviceLockedForUser(id, deviceLocked); in refreshDeviceLockedForUser()