Searched refs:send (Results 26 - 50 of 145) sorted by relevance

123456

/frameworks/base/packages/StatementService/src/com/android/statementservice/
H A DDirectStatementService.java199 resultReceiver.send(RESULT_FAIL, Bundle.EMPTY);
204 resultReceiver.send(RESULT_FAIL, Bundle.EMPTY);
209 resultReceiver.send(RESULT_FAIL, Bundle.EMPTY);
259 mResultReceiver.send(RESULT_FAIL, Bundle.EMPTY);
269 mResultReceiver.send(RESULT_FAIL, Bundle.EMPTY);
286 mResultReceiver.send(RESULT_SUCCESS, result);
/frameworks/base/core/java/android/app/
H A DPendingIntent.java121 * {@link #send()} is called on it, it will be automatically
122 * canceled for you and any future attempt to send through it will fail.
157 * This means that the additional intent argument passed to the send
164 * Exception thrown when trying to send through a PendingIntent that
181 * Callback interface for discovering when a send operation has
190 * Called when a send operation as completed.
194 * @param resultCode The final result code determined by the send.
294 * of the intent that can be supplied when the actual send happens.
325 * of the intent that can be supplied when the actual send happens.
399 * {@link #send(Contex
645 public void send() throws CanceledException { method in class:PendingIntent
659 public void send(int code) throws CanceledException { method in class:PendingIntent
679 public void send(Context context, int code, @Nullable Intent intent) method in class:PendingIntent
700 public void send(int code, @Nullable OnFinished onFinished, @Nullable Handler handler) method in class:PendingIntent
738 public void send(Context context, int code, @Nullable Intent intent, method in class:PendingIntent
781 public void send(Context context, int code, @Nullable Intent intent, method in class:PendingIntent
828 public void send(Context context, int code, @Nullable Intent intent, method in class:PendingIntent
[all...]
H A DEnterTransitionCoordinator.java74 mResultReceiver.send(MSG_SET_REMOTE_RECEIVER, resultReceiverBundle);
206 mResultReceiver.send(MSG_SHARED_ELEMENT_DESTINATION, state);
216 mResultReceiver.send(MSG_SHARED_ELEMENT_DESTINATION, state);
303 mResultReceiver.send(MSG_CANCEL, null);
430 mResultReceiver.send(MSG_HIDE_SHARED_ELEMENTS, null);
579 send(MSG_EXIT_TRANSITION_COMPLETE, null);
H A DExitTransitionCoordinator.java86 mResultReceiver.send(MSG_CANCEL, null);
432 mResultReceiver.send(MSG_TAKE_SHARED_ELEMENTS, mSharedElementBundle);
441 resultReceiver.send(MSG_TAKE_SHARED_ELEMENTS,
456 mResultReceiver.send(MSG_EXIT_TRANSITION_COMPLETE, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsTransitionHelper.java87 EventBus.getDefault().send(new ScreenPinningRequestEvent(mContext, taskId));
123 EventBus.getDefault().send(new CancelEnterRecentsWindowAnimationEvent(task));
124 EventBus.getDefault().send(new ExitRecentsWindowFirstAnimationFrameEvent());
142 EventBus.getDefault().send(new CancelEnterRecentsWindowAnimationEvent(task));
143 EventBus.getDefault().send(new ExitRecentsWindowFirstAnimationFrameEvent());
164 EventBus.getDefault().send(launchStartedEvent);
166 EventBus.getDefault().send(launchStartedEvent);
209 EventBus.getDefault().send(new LaunchTaskSucceededEvent(taskIndexFromFront));
217 EventBus.getDefault().send(new LaunchTaskFailedEvent());
H A DRecentsViewTouchHandler.java169 EventBus.getDefault().send(new ShowIncompatibleAppOverlayEvent());
182 EventBus.getDefault().send(new DragStartInitializeDropTargetsEvent(event.task,
188 EventBus.getDefault().send(new HideIncompatibleAppOverlayEvent());
247 EventBus.getDefault().send(new DragDropTargetChangedEvent(mDragTask,
263 EventBus.getDefault().send(new DragDropTargetChangedEvent(mDragTask, null));
265 EventBus.getDefault().send(new DragEndEvent(mDragTask, mTaskView,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java127 EventBus.getDefault().send(new EnterRecentsWindowAnimationCompletedEvent());
278 EventBus.getDefault().send(dismissEvent);
362 EventBus.getDefault().send(new RecentsVisibilityChangedEvent(this, true));
416 EventBus.getDefault().send(new EnterRecentsWindowAnimationCompletedEvent());
452 // before the first layout, so in such cases, send the event on the next frame after all
477 EventBus.getDefault().send(new ConfigurationChangedEvent(false /* fromMultiWindow */,
505 EventBus.getDefault().send(new ConfigurationChangedEvent(true /* fromMultiWindow */,
508 EventBus.getDefault().send(new MultiWindowStateChangedEvent(isInMultiWindowMode,
519 EventBus.getDefault().send(new RecentsVisibilityChangedEvent(this, false));
524 // wait on the system to send
[all...]
/frameworks/base/core/java/android/provider/
H A DBrowser.java205 * @param string the string to send
224 Intent send = new Intent(Intent.ACTION_SEND);
225 send.setType("text/plain");
226 send.putExtra(Intent.EXTRA_TEXT, stringToSend);
229 Intent i = Intent.createChooser(send, chooserDialogTitle);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java44 callback.send(reply);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
H A DRecentsTvActivity.java355 EventBus.getDefault().send(new EnterRecentsWindowAnimationCompletedEvent());
373 EventBus.getDefault().send(new EnterRecentsWindowAnimationCompletedEvent());
378 EventBus.getDefault().send(new RecentsVisibilityChangedEvent(this, true));
404 EventBus.getDefault().send(new DeleteTaskDataEvent(focusedTask));
440 EventBus.getDefault().send(new RecentsVisibilityChangedEvent(this, false));
444 // wait on the system to send a signal that was never queued.
482 EventBus.getDefault().send(new DismissFocusedTaskViewEvent());
493 EventBus.getDefault().send(new UserInteractionEvent());
499 EventBus.getDefault().send(new ToggleRecentsEvent());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
H A DTaskStackHorizontalViewAdapter.java68 EventBus.getDefault().send(new LaunchTvTaskEvent(mTaskCardView, mTask,
88 EventBus.getDefault().send(new DeleteTaskDataEvent(task));
/frameworks/native/libs/gui/
H A DSensorEventQueue.cpp161 ssize_t size = ::send(mSensorChannel->getFd(), &event, sizeof(event), MSG_NOSIGNAL);
165 // If send is returning a "Try again" error, sleep for 100ms and try again. In all
183 ssize_t size = ::send(mSensorChannel->getFd(), &mNumAcksToSend, sizeof(mNumAcksToSend),
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessengerTest.java68 mServiceMessenger.send(msg);
/frameworks/base/location/java/android/location/
H A DSettingInjectorService.java184 messenger.send(message);
/frameworks/native/cmds/cmd/
H A Dcmd.cpp44 virtual void send(int32_t /*resultCode*/) { function in class:MyResultReceiver
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java100 intent.send(mContext, Activity.RESULT_OK, fillIn);
132 sentIntent.send(SmsManager.RESULT_ERROR_GENERIC_FAILURE);
165 sentIntent.send(SmsManager.RESULT_ERROR_GENERIC_FAILURE);
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h121 void send(const sp<ABuffer> &buffer, bool isRTCP);
/frameworks/base/core/java/android/view/
H A DWindowManagerImpl.java132 public void send(int resultCode, Bundle resultData) throws RemoteException {
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DSubActivityScreen.java54 apr.send(this, RESULT_OK, res);
/frameworks/base/media/java/android/media/midi/
H A DMidiOutputPort.java73 mDispatcher.send(buffer, offset, size, timestamp);
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DForcedResizableInfoActivityController.java105 EventBus.getDefault().send(new ShowUserToastEvent(
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncJobService.java58 mMessenger.send(message);
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/
H A DTestJobService.java75 callback.send(m);
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
H A DWakeUpCall.java98 msgr.send(msg);
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DHTTPHandler.java149 request.send(mOut);
162 request.send(mOut);

Completed in 1162 milliseconds

123456