Searched defs:attestDeviceIds (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
H A DAttestationUtils.java55 * {@link #attestDeviceIds}.
57 * @see #attestDeviceIds
62 * Specifies that the device should attest its IMEIs. For use with {@link #attestDeviceIds}.
64 * @see #attestDeviceIds
69 * Specifies that the device should attest its MEIDs. For use with {@link #attestDeviceIds}.
71 * @see #attestDeviceIds
105 @NonNull public static X509Certificate[] attestDeviceIds(Context context, method in class:AttestationUtils
170 final int errorCode = KeyStore.getInstance().attestDeviceIds(attestArgs, outChain);
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java639 public int attestDeviceIds(KeymasterArguments params, KeymasterCertificateChain outChain) { method in class:KeyStore
641 return mBinder.attestDeviceIds(params, outChain);

Completed in 2149 milliseconds