Searched refs:diagnosticInfo (Results 1 – 1 of 1) sorted by relevance
31 private MediaCasStateException(int err, @Nullable String msg, @Nullable String diagnosticInfo) { in MediaCasStateException() argument34 mDiagnosticInfo = diagnosticInfo; in MediaCasStateException()49 String diagnosticInfo = ""; in throwExceptionIfNeeded() local52 diagnosticInfo = "General CAS error"; in throwExceptionIfNeeded()55 diagnosticInfo = "No license"; in throwExceptionIfNeeded()58 diagnosticInfo = "License expired"; in throwExceptionIfNeeded()61 diagnosticInfo = "Session not opened"; in throwExceptionIfNeeded()64 diagnosticInfo = "Unsupported scheme or data format"; in throwExceptionIfNeeded()67 diagnosticInfo = "Invalid CAS state"; in throwExceptionIfNeeded()70 diagnosticInfo = "Insufficient output protection"; in throwExceptionIfNeeded()[all …]