Searched refs:MediaCasStateException (Results 1 – 7 of 7) sorted by relevance
27 public class MediaCasStateException extends IllegalStateException { class31 private MediaCasStateException(int err, @Nullable String msg, @Nullable String diagnosticInfo) { in MediaCasStateException() method in MediaCasStateException85 throw new MediaCasStateException(err, msg, in throwExceptionIfNeeded()
120 MediaCasStateException.throwExceptionIfNeeded( in setMediaCasSession()219 MediaCasStateException.throwExceptionIfNeeded(e.errorCode, e.getMessage()); in descramble()
41 MediaCasStateException.throwExceptionIfNeeded(error); in throwExceptionIfNeeded()
377 MediaCasStateException.throwExceptionIfNeeded( in close()
36889 Landroid/media/MediaCasStateException;-><init>(ILjava/lang/String;Ljava/lang/String;)V36890 Landroid/media/MediaCasStateException;->getErrorCode()I36891 Landroid/media/MediaCasStateException;->mDiagnosticInfo:Ljava/lang/String;36892 Landroid/media/MediaCasStateException;->mErrorCode:I36893 Landroid/media/MediaCasStateException;->throwExceptionIfNeeded(I)V36894 Landroid/media/MediaCasStateException;->throwExceptionIfNeeded(ILjava/lang/String;)V
24418 public class MediaCasStateException extends java.lang.IllegalStateException {