Searched defs:sendError (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserServiceCompat.java569 * {@link #sendResult} or {@link #sendError} to respond to the caller with the given results or
570 * errors. If those functions return without calling {@link #sendResult} or {@link #sendError},
572 * {@link #sendResult} or {@link #sendError} when they are done. If {@link #sendResult},
573 * {@link #sendError}, or {@link #detach} is called twice, an exception will be thrown.
576 * to the caller. If it is called after calling {@link #sendResult} or {@link #sendError}, an
603 + "sendError() had already been called for: " + mDebug);
618 + "sendResult() or sendError() had already been called for: " + mDebug);
631 public void sendError(Bundle extras) { method in class:MediaBrowserServiceCompat.Result
633 throw new IllegalStateException("sendError() called when either sendResult() or "
634 + "sendError() ha
[all...]

Completed in 110 milliseconds