Searched refs:DeviceIdAttestationException (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
H A DDeviceIdAttestationException.java24 public class DeviceIdAttestationException extends Exception { class in inherits:Exception
26 * Constructs a new {@code DeviceIdAttestationException} with the current stack trace and the
31 public DeviceIdAttestationException(String detailMessage) { method in class:DeviceIdAttestationException
36 * Constructs a new {@code DeviceIdAttestationException} with the current stack trace, the
42 public DeviceIdAttestationException(String message, Throwable cause) { method in class:DeviceIdAttestationException
H A DAttestationUtils.java104 DeviceIdAttestationException {
119 DeviceIdAttestationException {
140 throw new DeviceIdAttestationException("Unable to access telephony service");
152 throw new DeviceIdAttestationException("Unable to retrieve IMEI");
161 throw new DeviceIdAttestationException("Unable to retrieve MEID");
211 * @exception DeviceIdAttestationException if the attestation operation fails.
216 DeviceIdAttestationException {
224 throw new DeviceIdAttestationException("Unable to perform attestation",
231 throw new DeviceIdAttestationException(e.getMessage(), e);

Completed in 53 milliseconds