Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DAttestationUtils.java113 DeviceIdAttestationException { in prepareAttestationArgumentsForDeviceId()
128 DeviceIdAttestationException { in prepareAttestationArguments()
139 DeviceIdAttestationException { in prepareAttestationArgumentsIfMisprovisioned()
159 DeviceIdAttestationException { in prepareAttestationArguments()
180 throw new DeviceIdAttestationException("Unable to access telephony service"); in prepareAttestationArguments()
192 throw new DeviceIdAttestationException("Unable to retrieve IMEI"); in prepareAttestationArguments()
201 throw new DeviceIdAttestationException("Unable to retrieve MEID"); in prepareAttestationArguments()
260 DeviceIdAttestationException { in attestDeviceIds()
268 throw new DeviceIdAttestationException("Unable to perform attestation", in attestDeviceIds()
275 throw new DeviceIdAttestationException(e.getMessage(), e); in attestDeviceIds()
DDeviceIdAttestationException.java30 public class DeviceIdAttestationException extends Exception { class
37 public DeviceIdAttestationException(@Nullable String detailMessage) { in DeviceIdAttestationException() method in DeviceIdAttestationException
48 public DeviceIdAttestationException(@Nullable String message, @Nullable Throwable cause) { in DeviceIdAttestationException() method in DeviceIdAttestationException
/frameworks/base/api/
Dtest-current.txt3389 …xt, @NonNull int[], @NonNull byte[]) throws android.security.keystore.DeviceIdAttestationException;
3396 public class DeviceIdAttestationException extends java.lang.Exception {
3397 ctor public DeviceIdAttestationException(@Nullable String);
3398 ctor public DeviceIdAttestationException(@Nullable String, @Nullable Throwable);
Dsystem-current.txt9342 …xt, @NonNull int[], @NonNull byte[]) throws android.security.keystore.DeviceIdAttestationException;
9349 public class DeviceIdAttestationException extends java.lang.Exception {
9350 ctor public DeviceIdAttestationException(@Nullable String);
9351 ctor public DeviceIdAttestationException(@Nullable String, @Nullable Throwable);
/frameworks/base/non-updatable-api/
Dsystem-current.txt8224 …xt, @NonNull int[], @NonNull byte[]) throws android.security.keystore.DeviceIdAttestationException;
8231 public class DeviceIdAttestationException extends java.lang.Exception {
8232 ctor public DeviceIdAttestationException(@Nullable String);
8233 ctor public DeviceIdAttestationException(@Nullable String, @Nullable Throwable);
/frameworks/base/config/
Dpreloaded-classes5337 android.security.keystore.DeviceIdAttestationException
Dboot-image-profile.txt45565 Landroid/security/keystore/DeviceIdAttestationException;