Home | History | Annotate | Download | only in media

Lines Matching defs:sendError

686      * {@link #sendResult} or {@link #sendError} to respond to the caller with the given results or
687 * errors. If those functions return without calling {@link #sendResult} or {@link #sendError},
689 * {@link #sendResult} or {@link #sendError} when they are done. If {@link #sendResult},
690 * {@link #sendError}, or {@link #detach} is called twice, an exception will be thrown.
693 * to the caller. If it is called after calling {@link #sendResult} or {@link #sendError}, an
720 + "sendError() had already been called for: " + mDebug);
735 + "sendResult() or sendError() had already been called for: " + mDebug);
748 public void sendError(Bundle extras) {
750 throw new IllegalStateException("sendError() called when either sendResult() or "
751 + "sendError() had already been called for: " + mDebug);
771 throw new IllegalStateException("detach() called when sendError() had already"
1277 * Implementations must call either {@link Result#sendResult} or {@link Result#sendError}. If
1284 * {@link Result#sendError}. The default implementation will invoke {@link Result#sendError}.
1295 result.sendError(null);
1614 + "sendError() before returning for action=" + action + " extras="