Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCasStateException.java31 private MediaCasStateException(int err, @Nullable String msg, @Nullable String diagnosticInfo) { in MediaCasStateException() argument
34 mDiagnosticInfo = diagnosticInfo; in MediaCasStateException()
49 String diagnosticInfo = ""; in throwExceptionIfNeeded() local
52 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 …]