HomeSort by relevance Sort by last modified time
    Searched defs:sendResult (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/os/
RemoteCallback.java 41 public void sendResult(Bundle bundle) {
65 public void sendResult(Bundle bundle) throws RemoteException {
66 mTarget.sendResult(bundle);
  /frameworks/base/media/java/android/service/media/
MediaBrowserService.java 97 * {@link #sendResult} to respond to the caller with the given results. If those
98 * functions return without calling {@link #sendResult}, they must instead call
99 * {@link #detach} before returning, and then may call {@link #sendResult} when
118 public void sendResult(T result) {
120 throw new IllegalStateException("sendResult() called twice for: " + mDebug);
127 * Detach this message from the current thread and allow the {@link #sendResult}
136 throw new IllegalStateException("detach() called when sendResult() had already"
307 * Implementations must call result.{@link Result#sendResult result.sendResult} with the list
310 * from this function, and then {@link Result#sendResult result.sendResult} called whe
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccFileHandler.java 310 private void sendResult(Message response, Object result, Throwable ex) {
325 sendResult(response, null, ar.exception);
330 sendResult(response, null, iccException);
377 sendResult(response, recordSize, null);
461 sendResult(response, result.payload, null);
468 sendResult(response, lc.results, null);
490 sendResult(response, result.payload, null);
495 sendResult(response, null, exc);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java     [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 724 milliseconds