Searched refs:DeviceIdAttestationException (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/keystore/java/android/security/keystore/ |
D | AttestationUtils.java | 113 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()
|
D | DeviceIdAttestationException.java | 30 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/ |
D | test-current.txt | 3389 …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);
|
D | system-current.txt | 9342 …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/ |
D | system-current.txt | 8224 …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/ |
D | preloaded-classes | 5337 android.security.keystore.DeviceIdAttestationException
|
D | boot-image-profile.txt | 45565 Landroid/security/keystore/DeviceIdAttestationException;
|