Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeymasterUtils.java154 if (spec.getBoundToSpecificSecureUserId() != GateKeeper.INVALID_SECURE_USER_ID) { in addUserAuthArgs()
155 sids.add(spec.getBoundToSpecificSecureUserId()); in addUserAuthArgs()
179 if (spec.getBoundToSpecificSecureUserId() != GateKeeper.INVALID_SECURE_USER_ID) { in addUserAuthArgs()
180 sid = spec.getBoundToSpecificSecureUserId(); in addUserAuthArgs()
DUserAuthArgs.java34 long getBoundToSpecificSecureUserId(); in getBoundToSpecificSecureUserId() method
DKeyProtection.java510 public long getBoundToSpecificSecureUserId() { in getBoundToSpecificSecureUserId() method in KeyProtection
DKeyGenParameterSpec.java707 public long getBoundToSpecificSecureUserId() { in getBoundToSpecificSecureUserId() method in KeyGenParameterSpec
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManagerTest.java211 getDecryptKeyProtection().getBoundToSpecificSecureUserId()); in init_createsDecryptKeyBoundToTheUsersAuthentication()
/frameworks/base/api/
Dtest-current.txt2413 method public long getBoundToSpecificSecureUserId();