HomeSort by relevance Sort by last modified time
    Searched defs:sendResult (Results 1 - 6 of 6) 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);
  /cts/tests/SignatureTest/src/android/tests/sigtest/
SignatureTestActivity.java 94 mResultObserver.sendResult(getIntent());
184 public void sendResult(Intent i) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccFileHandler.java 279 private void sendResult(Message response, Object result, Throwable ex) {
315 sendResult(response, result.payload, ar.exception);
325 sendResult(response, result.payload, ar.exception);
335 sendResult(response, null, ar.exception);
341 sendResult(response, null, iccException);
358 sendResult(response, recordSize, null);
367 sendResult(response, null, ar.exception);
374 sendResult(response, null, iccException);
413 sendResult(response, null, ar.exception);
420 sendResult(response, null, iccException)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 813 int sendResult = sendVcardListingXml(appParamValue.needTag, op, appParamValue.maxListCount,
816 return sendResult;
    [all...]
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 1219 milliseconds