Loading api/system-current.txt +2 −2 Original line number Diff line number Diff line Loading @@ -6189,8 +6189,8 @@ package android.security.keystore { } public class DeviceIdAttestationException extends java.lang.Exception { ctor public DeviceIdAttestationException(String); ctor public DeviceIdAttestationException(String, Throwable); ctor public DeviceIdAttestationException(@Nullable String); ctor public DeviceIdAttestationException(@Nullable String, @Nullable Throwable); } } Loading api/test-current.txt +2 −2 Original line number Diff line number Diff line Loading @@ -2100,8 +2100,8 @@ package android.security.keystore { } public class DeviceIdAttestationException extends java.lang.Exception { ctor public DeviceIdAttestationException(String); ctor public DeviceIdAttestationException(String, Throwable); ctor public DeviceIdAttestationException(@Nullable String); ctor public DeviceIdAttestationException(@Nullable String, @Nullable Throwable); } public static final class KeyGenParameterSpec.Builder { Loading keystore/java/android/security/keystore/DeviceIdAttestationException.java +3 −2 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.security.keystore; import android.annotation.Nullable; import android.annotation.SystemApi; import android.annotation.TestApi; Loading @@ -33,7 +34,7 @@ public class DeviceIdAttestationException extends Exception { * * @param detailMessage the detail message for this exception. */ public DeviceIdAttestationException(String detailMessage) { public DeviceIdAttestationException(@Nullable String detailMessage) { super(detailMessage); } Loading @@ -44,7 +45,7 @@ public class DeviceIdAttestationException extends Exception { * @param message the detail message for this exception. * @param cause the cause of this exception, may be {@code null}. */ public DeviceIdAttestationException(String message, Throwable cause) { public DeviceIdAttestationException(@Nullable String message, @Nullable Throwable cause) { super(message, cause); } } Loading
api/system-current.txt +2 −2 Original line number Diff line number Diff line Loading @@ -6189,8 +6189,8 @@ package android.security.keystore { } public class DeviceIdAttestationException extends java.lang.Exception { ctor public DeviceIdAttestationException(String); ctor public DeviceIdAttestationException(String, Throwable); ctor public DeviceIdAttestationException(@Nullable String); ctor public DeviceIdAttestationException(@Nullable String, @Nullable Throwable); } } Loading
api/test-current.txt +2 −2 Original line number Diff line number Diff line Loading @@ -2100,8 +2100,8 @@ package android.security.keystore { } public class DeviceIdAttestationException extends java.lang.Exception { ctor public DeviceIdAttestationException(String); ctor public DeviceIdAttestationException(String, Throwable); ctor public DeviceIdAttestationException(@Nullable String); ctor public DeviceIdAttestationException(@Nullable String, @Nullable Throwable); } public static final class KeyGenParameterSpec.Builder { Loading
keystore/java/android/security/keystore/DeviceIdAttestationException.java +3 −2 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.security.keystore; import android.annotation.Nullable; import android.annotation.SystemApi; import android.annotation.TestApi; Loading @@ -33,7 +34,7 @@ public class DeviceIdAttestationException extends Exception { * * @param detailMessage the detail message for this exception. */ public DeviceIdAttestationException(String detailMessage) { public DeviceIdAttestationException(@Nullable String detailMessage) { super(detailMessage); } Loading @@ -44,7 +45,7 @@ public class DeviceIdAttestationException extends Exception { * @param message the detail message for this exception. * @param cause the cause of this exception, may be {@code null}. */ public DeviceIdAttestationException(String message, Throwable cause) { public DeviceIdAttestationException(@Nullable String message, @Nullable Throwable cause) { super(message, cause); } }