Searched refs:MediaCasStateException (Results 1 – 6 of 6) 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()
39541 Landroid/media/MediaCasStateException;-><init>(ILjava/lang/String;Ljava/lang/String;)V39542 Landroid/media/MediaCasStateException;->getErrorCode()I39543 Landroid/media/MediaCasStateException;->mDiagnosticInfo:Ljava/lang/String;39544 Landroid/media/MediaCasStateException;->mErrorCode:I39545 Landroid/media/MediaCasStateException;->throwExceptionIfNeeded(I)V39546 Landroid/media/MediaCasStateException;->throwExceptionIfNeeded(ILjava/lang/String;)V
24151 public class MediaCasStateException extends java.lang.IllegalStateException {