Home
last modified time | relevance | path

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

/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPluginService.java71 GlobalActionsPanelPlugin.Callbacks callbacks, boolean deviceLocked) { in onPanelShown() argument
72 return onPanelShown(callbacks, deviceLocked, QuickAccessWalletClient.create(mSysuiContext)); in onPanelShown()
H A DWalletPanelViewController.java137 public void onDeviceLockStateChanged(boolean deviceLocked) { in onDeviceLockStateChanged() argument
138 if (mIsDismissed || mIsDeviceLocked == deviceLocked || !mIsDeviceLocked) { in onDeviceLockStateChanged()
142 mIsDeviceLocked = deviceLocked; in onDeviceLockStateChanged()
/aosp12/hardware/interfaces/keymaster/4.1/
H A DIKeymasterDevice.hal66 * Crucially, if a StrongBox IKeymasterDevice receives a deviceLocked() call with a verification
67 * token timestamp that is less than the timestamp in the last deviceLocked() call, it must
72deviceLocked(bool passwordOnly, VerificationToken verificationToken) generates (ErrorCode error);
/aosp12/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
H A DKeymaster4.h156 Return<ErrorCode> deviceLocked(bool passwordOnly, in deviceLocked() function
158 if (km4_1_dev_) return km4_1_dev_->deviceLocked(passwordOnly, verificationToken); in deviceLocked()
H A DKeymaster3.h117 Return<ErrorCode> deviceLocked(bool /* passwordOnly */, in deviceLocked() function
/aosp12/system/keymaster/ng/
H A DAndroidKeymaster41Device.cpp42 AndroidKeymaster41Device::deviceLocked(bool passwordOnly, in deviceLocked() function in keymaster::V4_1::AndroidKeymaster41Device
H A DAndroidKeyMintDevice.cpp422 ScopedAStatus AndroidKeyMintDevice::deviceLocked( in deviceLocked() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DGlobalActionsPanelPlugin.java58 PanelViewController onPanelShown(Callbacks callbacks, boolean deviceLocked); in onPanelShown() argument
/aosp12/hardware/interfaces/keymaster/4.1/vts/functional/
H A DUnlockedDeviceRequiredTest.cpp46 keymaster().deviceLocked(false /* passwordOnly */, {} /* verificationToken */); in TEST_P()
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl48 …void deviceLocked(in boolean passwordOnly, in @nullable android.hardware.security.secureclock.Time… in deviceLocked() method
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl48 …void deviceLocked(in boolean passwordOnly, in @nullable android.hardware.security.secureclock.Time… in deviceLocked() method
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl786 void deviceLocked(in boolean passwordOnly, in @nullable TimeStampToken timestampToken); in deviceLocked() method
/aosp12/system/keymaster/ng/include/
H A DAndroidKeyMintDevice.h72 ScopedAStatus deviceLocked(bool passwordOnly,
H A DAndroidKeymaster41Device.h69 Return<V41ErrorCode> deviceLocked(bool /* passwordOnly */,
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyKeyMintDevice.h76 ScopedAStatus deviceLocked(bool passwordOnly,
/aosp12/system/security/keystore2/src/km_compat/
H A Dkm_compat.h114 ScopedAStatus deviceLocked(bool passwordOnly,
H A Dkm_compat.cpp651 ScopedAStatus KeyMintDevice::deviceLocked(bool passwordOnly, in deviceLocked() function in KeyMintDevice
657 auto ret = mDevice->deviceLocked(passwordOnly, token); in deviceLocked()
/aosp12/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintDevice.cpp290 ScopedAStatus TrustyKeyMintDevice::deviceLocked( in deviceLocked() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
/aosp12/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java688 boolean deviceLocked = secure && showingKeyguard && !trusted && in refreshDeviceLockedForUser()
690 setDeviceLockedForUser(id, deviceLocked); in refreshDeviceLockedForUser()
/aosp12/hardware/interfaces/keymaster/4.0/
H A DIKeymasterDevice.hal703 * deviceLocked BOOLEAN,
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintTest.cpp6696 keyMint().deviceLocked(false /* passwordOnly */, {} /* timestampToken */)); in TEST_P()