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

/frameworks/base/core/java/android/os/
H A DRemoteCallback.java41 public void sendResult(Bundle bundle) { method in class:RemoteCallback.LocalCallback
65 public void sendResult(Bundle bundle) throws RemoteException { method in class:RemoteCallback
66 mTarget.sendResult(bundle);
/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java105 * {@link #sendResult} to respond to the caller with the given results. If those
106 * functions return without calling {@link #sendResult}, they must instead call
107 * {@link #detach} before returning, and then may call {@link #sendResult} when
126 public void sendResult(T result) { method in class:MediaBrowserService.Result
128 throw new IllegalStateException("sendResult() called twice for: " + mDebug);
135 * Detach this message from the current thread and allow the {@link #sendResult}
144 throw new IllegalStateException("detach() called when sendResult() had already"
332 * Implementations must call {@link Result#sendResult result.sendResult}
336 * this function, and then {@link Result#sendResult resul
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccFileHandler.java393 private void sendResult(Message response, Object result, Throwable ex) { method in class:IccFileHandler
408 sendResult(response, null, ar.exception);
413 sendResult(response, null, iccException);
461 sendResult(response, recordSize, null);
550 sendResult(response, result.payload, null);
557 sendResult(response, lc.results, null);
583 sendResult(response, result.payload, null);
588 sendResult(response, null, exc);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java739 public void sendResult(Bundle result) { method in class:VoiceInteractionSession.CommandRequest
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java2442 sendResult();
2479 public void sendResult() { method in class:AccountManagerService.GetAccountsByTypeAndFeatureSession

Completed in 501 milliseconds