Loading api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -14832,7 +14832,6 @@ package android.media { } public static final class MediaDrm.MediaDrmStateException extends java.lang.IllegalStateException { ctor public MediaDrm.MediaDrmStateException(int, java.lang.String); method public java.lang.String getDiagnosticInfo(); } media/java/android/media/MediaCodec.java +4 −4 Original line number Diff line number Diff line Loading @@ -709,10 +709,10 @@ final public class MediaCodec { } /** * Retrieve a human readable diagnostic information string * associated with the exception. DO NOT SHOW THIS TO END-USERS! * This string will not be localized or generally comprehensible * to end-users. * Retrieve a developer-readable diagnostic information string * associated with the exception. Do not show this to end-users, * since this string will not be localized or generally * comprehensible to end-users. */ public String getDiagnosticInfo() { return mDiagnosticInfo; Loading media/java/android/media/MediaDrm.java +6 −3 Original line number Diff line number Diff line Loading @@ -190,6 +190,9 @@ public final class MediaDrm { private final int mErrorCode; private final String mDiagnosticInfo; /** * @hide */ public MediaDrmStateException(int errorCode, String detailMessage) { super(detailMessage); mErrorCode = errorCode; Loading @@ -211,9 +214,9 @@ public final class MediaDrm { } /** * Retrieve a human readable diagnostic information string * associated with the exception. DO NOT SHOW THIS TO END-USERS! * This string will not be localized or generally comprehensible * Retrieve a developer-readable diagnostic information string * associated with the exception. Do not show this to end-users, * since this string will not be localized or generally comprehensible * to end-users. */ public String getDiagnosticInfo() { Loading Loading
api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -14832,7 +14832,6 @@ package android.media { } public static final class MediaDrm.MediaDrmStateException extends java.lang.IllegalStateException { ctor public MediaDrm.MediaDrmStateException(int, java.lang.String); method public java.lang.String getDiagnosticInfo(); }
media/java/android/media/MediaCodec.java +4 −4 Original line number Diff line number Diff line Loading @@ -709,10 +709,10 @@ final public class MediaCodec { } /** * Retrieve a human readable diagnostic information string * associated with the exception. DO NOT SHOW THIS TO END-USERS! * This string will not be localized or generally comprehensible * to end-users. * Retrieve a developer-readable diagnostic information string * associated with the exception. Do not show this to end-users, * since this string will not be localized or generally * comprehensible to end-users. */ public String getDiagnosticInfo() { return mDiagnosticInfo; Loading
media/java/android/media/MediaDrm.java +6 −3 Original line number Diff line number Diff line Loading @@ -190,6 +190,9 @@ public final class MediaDrm { private final int mErrorCode; private final String mDiagnosticInfo; /** * @hide */ public MediaDrmStateException(int errorCode, String detailMessage) { super(detailMessage); mErrorCode = errorCode; Loading @@ -211,9 +214,9 @@ public final class MediaDrm { } /** * Retrieve a human readable diagnostic information string * associated with the exception. DO NOT SHOW THIS TO END-USERS! * This string will not be localized or generally comprehensible * Retrieve a developer-readable diagnostic information string * associated with the exception. Do not show this to end-users, * since this string will not be localized or generally comprehensible * to end-users. */ public String getDiagnosticInfo() { Loading