Home
last modified time | relevance | path

Searched refs:MediaCasStateException (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaCasStateException.java27 public class MediaCasStateException extends IllegalStateException { class
31 private MediaCasStateException(int err, @Nullable String msg, @Nullable String diagnosticInfo) { in MediaCasStateException() method in MediaCasStateException
85 throw new MediaCasStateException(err, msg, in throwExceptionIfNeeded()
DMediaDescrambler.java120 MediaCasStateException.throwExceptionIfNeeded( in setMediaCasSession()
219 MediaCasStateException.throwExceptionIfNeeded(e.errorCode, e.getMessage()); in descramble()
DMediaCasException.java41 MediaCasStateException.throwExceptionIfNeeded(error); in throwExceptionIfNeeded()
DMediaCas.java295 MediaCasStateException.throwExceptionIfNeeded( in close()
/frameworks/base/config/
Dhiddenapi-public-dex.txt22139 Landroid/media/MediaCasStateException;
22140 Landroid/media/MediaCasStateException;->getDiagnosticInfo()Ljava/lang/String;
/frameworks/base/api/
Dcurrent.txt22948 public class MediaCasStateException extends java.lang.IllegalStateException {