Home
last modified time | relevance | path

Searched refs:getBoundToSpecificSecureUserId (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore2/
DKeyStore2ParameterUtils.java245 if (spec.getBoundToSpecificSecureUserId() != GateKeeper.INVALID_SECURE_USER_ID) { in addSids()
248 spec.getBoundToSpecificSecureUserId() in addSids()
272 if (spec.getBoundToSpecificSecureUserId() != GateKeeper.INVALID_SECURE_USER_ID) { in addSids()
273 sids.add(spec.getBoundToSpecificSecureUserId()); in addSids()
/frameworks/base/keystore/java/android/security/keystore/
DUserAuthArgs.java35 long getBoundToSpecificSecureUserId(); in getBoundToSpecificSecureUserId() method
DKeyGenParameterSpec.java904 public long getBoundToSpecificSecureUserId() { in getBoundToSpecificSecureUserId() method in KeyGenParameterSpec
1050 mBoundToSecureUserId = sourceSpec.getBoundToSpecificSecureUserId(); in Builder()
DParcelableKeyGenParameterSpec.java123 out.writeLong(mSpec.getBoundToSpecificSecureUserId()); in writeToParcel()
DKeyProtection.java565 public long getBoundToSpecificSecureUserId() { in getBoundToSpecificSecureUserId() method in KeyProtection
/frameworks/base/core/api/
Dtest-current.txt2944 method public long getBoundToSpecificSecureUserId();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt47445 Landroid/security/keystore/KeyGenParameterSpec;->getBoundToSpecificSecureUserId()J
47714 Landroid/security/keystore/UserAuthArgs;->getBoundToSpecificSecureUserId()J