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

  /frameworks/base/core/java/android/app/
IActivityPendingResult.aidl 25 boolean sendResult(int code, String data, in Bundle ex);
ActivityOptions.java 240 @Override public void sendResult(Bundle data) throws RemoteException {
677 mAnimationStartedListener.sendResult(null);
732 mAnimationStartedListener.sendResult(null);
748 mAnimationStartedListener.sendResult(null);
765 mAnimationStartedListener.sendResult(null);
    [all...]
  /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/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
BrowserService.java 141 result.sendResult(list);
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java 279 // Use result.detach to allow calling result.sendResult from another thread:
289 result.sendResult(new ArrayList<MediaItem>());
355 result.sendResult(mediaItems);
    [all...]
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java 279 // Use result.detach to allow calling result.sendResult from another thread:
289 result.sendResult(new ArrayList<MediaItem>());
355 result.sendResult(mediaItems);
    [all...]
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MusicService.java 279 // Use result.detach to allow calling result.sendResult from another thread:
289 result.sendResult(new ArrayList<MediaItem>());
355 result.sendResult(mediaItems);
    [all...]
  /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
117 public void sendResult(T result) {
119 throw new IllegalStateException("sendResult() called twice for: " + mDebug);
126 * Detach this message from the current thread and allow the {@link #sendResult}
135 throw new IllegalStateException("detach() called when sendResult() had already"
308 * Implementations must call result.{@link Result#sendResult result.sendResult} with the list
311 * from this function, and then {@link Result#sendResult result.sendResult} called whe
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 320 mReply.sendResult(null);
652 reply.sendResult(null);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 110 reply.sendResult(null);
    [all...]
InputMethodManagerService.java 692 reply.sendResult(null);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java     [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 2274 milliseconds