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

  /frameworks/base/core/java/android/app/
IActivityPendingResult.aidl 25 boolean sendResult(int code, String data, in Bundle ex);
ActivityOptions.java 168 @Override public void sendResult(Bundle data) throws RemoteException {
387 mAnimationStartedListener.sendResult(null);
417 otherOptions.mAnimationStartedListener.sendResult(null);
431 otherOptions.mAnimationStartedListener.sendResult(null);
445 otherOptions.mAnimationStartedListener.sendResult(null);
  /frameworks/base/core/java/android/os/
IRemoteCallback.aidl 24 void sendResult(in Bundle data);
RemoteCallback.java 41 public void sendResult(Bundle bundle) {
65 public void sendResult(Bundle bundle) throws RemoteException {
66 mTarget.sendResult(bundle);
  /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...]
  /cts/tests/SignatureTest/src/android/tests/sigtest/
SignatureTestActivity.java 94 mResultObserver.sendResult(getIntent());
184 public void sendResult(Intent i) {
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 185 bool sendResult = WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::InterpretQueuedKeyEvent(editorState()),
188 if (!sendResult)
  /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/
DevicePolicyManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]

Completed in 2415 milliseconds