Searched refs:ERROR_DRM_NOT_PROVISIONED (Results 1 – 7 of 7) sorted by relevance
45 public static final int ERROR_DRM_NOT_PROVISIONED = DRM_ERROR_BASE - 8; field in MediaCasException65 if (e.errorCode == ERROR_DRM_NOT_PROVISIONED) { in throwExceptions()
69 ERROR_DRM_NOT_PROVISIONED = DRM_ERROR_BASE - 8, enumerator
296 return ERROR_DRM_NOT_PROVISIONED; in updateECM()
146 case Status::ERROR_DRM_NOT_PROVISIONED: in toStatusT()147 return ERROR_DRM_NOT_PROVISIONED; in toStatusT()
121 case android::ERROR_DRM_NOT_PROVISIONED: in translateStatus()
1265 } else if (err == ERROR_DRM_NOT_PROVISIONED) { in throwDrmExceptionAsNecessary()
303 } else if (err == ERROR_DRM_NOT_PROVISIONED) { in throwExceptionAsNecessary()