HomeSort by relevance Sort by last modified time
    Searched refs:sendResult (Results 1 - 18 of 18) 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 {
386 mAnimationStartedListener.sendResult(null);
416 otherOptions.mAnimationStartedListener.sendResult(null);
430 otherOptions.mAnimationStartedListener.sendResult(null);
444 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/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
copy_test.rs 19 void sendResult(bool pass) {
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
copy_test.rs 19 void sendResult(bool pass) {
  /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);
  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java 285 mReply.sendResult(null);
611 reply.sendResult(null);
    [all...]
TextServicesManagerService.java 99 reply.sendResult(null);
    [all...]
DevicePolicyManagerService.java     [all...]
InputMethodManagerService.java 660 reply.sendResult(null);
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
example.js 264 function sendResult(sentBytes) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 814 int sendResult = sendVcardListingXml(appParamValue.needTag, op, appParamValue.maxListCount,
817 return sendResult;
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 614 reply.sendResult(null);
    [all...]
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.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...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 3337 milliseconds