Loading media/java/android/media/MediaDrm.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1523,7 +1523,7 @@ public final class MediaDrm implements AutoCloseable { // this should never happen as mWrappedKey is initialized in // this should never happen as mWrappedKey is initialized in // JNI after construction of the KeyRequest object. The check // JNI after construction of the KeyRequest object. The check // is needed here to guarantee @NonNull annotation. // is needed here to guarantee @NonNull annotation. throw new RuntimeException("Cerfificate is not initialized"); throw new RuntimeException("Certificate is not initialized"); } } return mWrappedKey; return mWrappedKey; } } Loading @@ -1537,7 +1537,7 @@ public final class MediaDrm implements AutoCloseable { // this should never happen as mCertificateData is initialized in // this should never happen as mCertificateData is initialized in // JNI after construction of the KeyRequest object. The check // JNI after construction of the KeyRequest object. The check // is needed here to guarantee @NonNull annotation. // is needed here to guarantee @NonNull annotation. throw new RuntimeException("Cerfificate is not initialized"); throw new RuntimeException("Certificate is not initialized"); } } return mCertificateData; return mCertificateData; } } Loading Loading
media/java/android/media/MediaDrm.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1523,7 +1523,7 @@ public final class MediaDrm implements AutoCloseable { // this should never happen as mWrappedKey is initialized in // this should never happen as mWrappedKey is initialized in // JNI after construction of the KeyRequest object. The check // JNI after construction of the KeyRequest object. The check // is needed here to guarantee @NonNull annotation. // is needed here to guarantee @NonNull annotation. throw new RuntimeException("Cerfificate is not initialized"); throw new RuntimeException("Certificate is not initialized"); } } return mWrappedKey; return mWrappedKey; } } Loading @@ -1537,7 +1537,7 @@ public final class MediaDrm implements AutoCloseable { // this should never happen as mCertificateData is initialized in // this should never happen as mCertificateData is initialized in // JNI after construction of the KeyRequest object. The check // JNI after construction of the KeyRequest object. The check // is needed here to guarantee @NonNull annotation. // is needed here to guarantee @NonNull annotation. throw new RuntimeException("Cerfificate is not initialized"); throw new RuntimeException("Certificate is not initialized"); } } return mCertificateData; return mCertificateData; } } Loading