Searched refs:send (Results 1 - 25 of 145) sorted by last modified time

123456

/frameworks/support/v13/java/android/support/v13/view/inputmethod/
H A DInputConnectionCompat.java124 resultReceiver.send(result ? 1 : 0, null);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java372 pi.send();
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java486 messenger.send(msg);
490 Log.e(TAG, "Could not send message to " + getClientId(messenger), ex);
H A DRegisteredMediaRouteProvider.java604 mServiceMessenger.send(msg);
610 Log.e(TAG, "Could not send message to service.", ex);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationManagerCompat.java357 * Helper class to manage a queue of pending tasks to send to notification side channel
591 task.send(record.service);
616 /** Queue of pending tasks to send to this listener service */
639 public void send(INotificationSideChannel service) throws RemoteException; method in interface:NotificationManagerCompat.Task
656 public void send(INotificationSideChannel service) throws RemoteException { method in class:NotificationManagerCompat.NotifyTask
691 public void send(INotificationSideChannel service) throws RemoteException { method in class:NotificationManagerCompat.CancelTask
/frameworks/support/compat/java/android/support/v4/os/
H A DIResultReceiver.aidl23 void send(int resultCode, in Bundle resultData);
H A DResultReceiver.java32 * then pass to others and send through IPC, and receive results they
33 * supply with {@link #send}.
67 public void send(int resultCode, Bundle resultData) { method in class:ResultReceiver.MyResultReceiver
93 public void send(int resultCode, Bundle resultData) { method in class:ResultReceiver
105 mReceiver.send(resultCode, resultData);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java582 receiver.send(getContext(), 0, intent);
585 Log.d(TAG, mRouteId + ": Failed to send status update!");
598 mSessionReceiver.send(getContext(), 0, intent);
601 Log.d(TAG, mRouteId + ": Failed to send session status update!");
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserCompat.java93 * @param rootHints An optional bundle of service-specific arguments to send
232 * @param options A bundle of service-specific arguments to send to the media
583 * @param options A bundle of service-specific arguments to send to the media
1320 // Do not send the client version for API 25 and higher, since we don't need to use
1771 mMessenger.send(msg);
H A DMediaBrowserServiceCompat.java494 * Each of the methods that takes one of these to send the result must call
777 mCallbacks.send(msg);
818 * @param rootHints An optional bundle of service-specific arguments to send
843 * @param result The Result to send the list of children to, or null if the
861 * @param result The Result to send the list of children to, or null if the
891 * @param result The Result to send the item to, or null if the id is
968 * @param options A bundle of service-specific arguments to send
1001 * Save the subscription and if it is a new subscription send the results.
1018 // send the results
1047 * Call onLoadChildren and then send th
[all...]
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java582 receiver.send(getContext(), 0, intent);
585 Log.d(TAG, mRouteId + ": Failed to send status update!");
598 mSessionReceiver.send(getContext(), 0, intent);
601 Log.d(TAG, mRouteId + ": Failed to send session status update!");
/frameworks/rs/
H A DrsFifoSocket.cpp46 ::send(sv[0], &d, sizeof(d), 0);
47 ::send(sv[1], &d, sizeof(d), 0);
57 size_t ret = ::send(sv[0], data, bytes, 0);
103 size_t ret = ::send(sv[1], data, bytes, 0);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java318 * This method checks if the calling package or itself has the permission to send the data sms.
331 * This method checks only if the calling package has the permission to send the data sms.
345 * @param destAddr the address to send the message to
349 * @param data the body of the message to send
385 * This method checks only if the calling package has the permission to send the sms.
399 * This method checks if the calling package or itself has the permission to send the sms.
414 * @param destAddr the address to send the message to
417 * @param text the body of the message to send
480 * @param destAddr the address to send the message to
1090 pi.send(SmsManage
[all...]
H A DImsSMSDispatcher.java188 // sendSms is a helper function to other send functions, sendText/Data...
230 receivedIntent.send(Intents.RESULT_SMS_GENERIC_ERROR);
249 receivedIntent.send(Intents.RESULT_SMS_GENERIC_ERROR);
255 receivedIntent.send(Intents.RESULT_SMS_GENERIC_ERROR);
H A DInboundSmsHandler.java405 * transition to {@link WaitingState} state to send the ordered broadcast and wait for the
553 receivedIntent.send(result);
631 * and send an acknowledge message to the network.
699 * Helper to add the tracker to the raw table and then send a message to broadcast it, if
721 * Process the inbound SMS segment. If the message is complete, send it as an ordered
1592 // Some providers send formfeeds in their messages. Convert those formfeeds to newlines.
H A DRIL.java477 // new send request. So when WAKE_LOCK_TIMEOUT occurs
809 send(rr);
819 send(rr);
843 send(rr);
860 send(rr);
873 send(rr);
893 send(rr);
914 send(rr);
934 send(rr);
955 send(r
2553 send(RILRequest rr) { method in class:RIL
[all...]
H A DSMSDispatcher.java97 /** SMS send complete. */
109 /** Don't send SMS (user did not confirm). */
142 /** Delay before next send attempt on a failed SMS, in milliseconds. */
329 * Use the carrier messaging service to send a data or text SMS.
362 * Use the carrier messaging service to send a text SMS.
394 * Use the carrier messaging service to send a data SMS.
507 * Use the carrier messaging service to send a multipart text SMS.
613 * Called when SMS send completes. Broadcasts a sentIntent on success.
618 * an SmsResponse instance if send was successful. ar.userObj
632 if (DBG) Rlog.d(TAG, "SMS send complet
[all...]
H A DUiccSmsController.java405 intent.send(errorCode);
/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/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java140 intent.send(mContext, Activity.RESULT_OK, fillIn);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java155 // TODO: how to send the exception back
184 // TODO: how to send the exception back
584 // send out incoming call broadcast
591 mIncomingCallPendingIntent.send(mContext,
1207 // TODO: Maybe we need to send seq/generation number
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp73 // Originally a stream does not send packets when it is receive-only or there is
77 // both sides before start forwarding. To solve these problems, we send out a
282 // If there is an ongoing DTMF event, send it now.
345 send(mSocket, samples, sizeof(samples), MSG_DONTWAIT);
349 // Cook the packet and send it out.
929 send(deviceSocket, input, sizeof(input), MSG_DONTWAIT);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DRttService.java250 // When client is lost, clean up responder requests and send disable responder
515 msg.replyTo.send(reply);
536 msg.replyTo.send(reply);
H A DWifiServiceImpl.java261 msg.replyTo.send(reply);
443 // Need to send an immediate scan result broadcast in case the
446 // clear calling identity to send broadcast
714 result.send(0, bundle);
H A DWifiTrafficPoller.java218 client.send(msg);

Completed in 783 milliseconds

123456