Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCasStateException.java33 public MediaCasStateException(int err, @Nullable String msg, @Nullable String diagnosticInfo) { in MediaCasStateException() argument
36 mDiagnosticInfo = diagnosticInfo; in MediaCasStateException()
40 String diagnosticInfo = ""; in throwExceptions() local
43 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 …]