/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/ |
H A D | WalletPluginService.java | 71 GlobalActionsPanelPlugin.Callbacks callbacks, boolean deviceLocked) { in onPanelShown() argument 72 return onPanelShown(callbacks, deviceLocked, QuickAccessWalletClient.create(mSysuiContext)); in onPanelShown()
|
H A D | WalletPanelViewController.java | 137 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 D | IKeymasterDevice.hal | 66 * 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 72 … deviceLocked(bool passwordOnly, VerificationToken verificationToken) generates (ErrorCode error);
|
/aosp12/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/ |
H A D | Keymaster4.h | 156 Return<ErrorCode> deviceLocked(bool passwordOnly, in deviceLocked() function 158 if (km4_1_dev_) return km4_1_dev_->deviceLocked(passwordOnly, verificationToken); in deviceLocked()
|
H A D | Keymaster3.h | 117 Return<ErrorCode> deviceLocked(bool /* passwordOnly */, in deviceLocked() function
|
/aosp12/system/keymaster/ng/ |
H A D | AndroidKeymaster41Device.cpp | 42 AndroidKeymaster41Device::deviceLocked(bool passwordOnly, in deviceLocked() function in keymaster::V4_1::AndroidKeymaster41Device
|
H A D | AndroidKeyMintDevice.cpp | 422 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 D | GlobalActionsPanelPlugin.java | 58 PanelViewController onPanelShown(Callbacks callbacks, boolean deviceLocked); in onPanelShown() argument
|
/aosp12/hardware/interfaces/keymaster/4.1/vts/functional/ |
H A D | UnlockedDeviceRequiredTest.cpp | 46 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 D | IKeyMintDevice.aidl | 48 …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 D | IKeyMintDevice.aidl | 48 …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 D | IKeyMintDevice.aidl | 786 void deviceLocked(in boolean passwordOnly, in @nullable TimeStampToken timestampToken); in deviceLocked() method
|
/aosp12/system/keymaster/ng/include/ |
H A D | AndroidKeyMintDevice.h | 72 ScopedAStatus deviceLocked(bool passwordOnly,
|
H A D | AndroidKeymaster41Device.h | 69 Return<V41ErrorCode> deviceLocked(bool /* passwordOnly */,
|
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/ |
H A D | TrustyKeyMintDevice.h | 76 ScopedAStatus deviceLocked(bool passwordOnly,
|
/aosp12/system/security/keystore2/src/km_compat/ |
H A D | km_compat.h | 114 ScopedAStatus deviceLocked(bool passwordOnly,
|
H A D | km_compat.cpp | 651 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 D | TrustyKeyMintDevice.cpp | 290 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 D | TrustManagerService.java | 688 boolean deviceLocked = secure && showingKeyguard && !trusted && in refreshDeviceLockedForUser() 690 setDeviceLockedForUser(id, deviceLocked); in refreshDeviceLockedForUser()
|
/aosp12/hardware/interfaces/keymaster/4.0/ |
H A D | IKeymasterDevice.hal | 703 * deviceLocked BOOLEAN,
|
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | KeyMintTest.cpp | 6696 keyMint().deviceLocked(false /* passwordOnly */, {} /* timestampToken */)); in TEST_P()
|