Searched refs:errorExtras (Results 1 – 2 of 2) sorted by relevance
24 public Bundle errorExtras; field in PlaybackError
150 final Bundle errorExtras = new Bundle(); in doInBackground() local154 errorExtras.putString(header.getName(), header.getValue()); in doInBackground()156 error.errorExtras = errorExtras; in doInBackground()180 setError(error.type, error.extra, error.errorExtras, null); in doInBackground()