Searched refs:diagnosticInfo (Results 1 – 1 of 1) sorted by relevance
33 public MediaCasStateException(int err, @Nullable String msg, @Nullable String diagnosticInfo) { in MediaCasStateException() argument36 mDiagnosticInfo = diagnosticInfo; in MediaCasStateException()40 String diagnosticInfo = ""; in throwExceptions() local43 diagnosticInfo = "General CAS error"; in throwExceptions()46 diagnosticInfo = "No license"; in throwExceptions()49 diagnosticInfo = "License expired"; in throwExceptions()52 diagnosticInfo = "Session not opened"; in throwExceptions()55 diagnosticInfo = "Not initialized"; in throwExceptions()58 diagnosticInfo = "Decrypt error"; in throwExceptions()61 diagnosticInfo = "Unsupported scheme or data format"; in throwExceptions()[all …]