Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 198) sorted by relevance

12345678

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java670 send(rr); in getVoiceRadioTechnology()
696 send(rr); in getIccCardStatus()
716 send(rr); in supplyIccPinForApp()
737 send(rr); in supplyIccPukForApp()
757 send(rr); in supplyIccPin2ForApp()
778 send(rr); in supplyIccPuk2ForApp()
799 send(rr); in changeIccPinForApp()
820 send(rr); in changeIccPin2ForApp()
835 send(rr); in changeBarringPassword()
848 send(rr); in supplyNetworkDepersonalization()
[all …]
DSMSDispatcher.java366 tracker.mSentIntent.send(RESULT_ERROR_LIMIT_EXCEEDED); in handleMessage()
454 sentIntent.send(mContext, Activity.RESULT_OK, sendNext); in handleSendComplete()
456 sentIntent.send(Activity.RESULT_OK); in handleSendComplete()
502 tracker.mSentIntent.send(mContext, error, fillIn); in handleSendComplete()
521 sentIntent.send(RESULT_ERROR_RADIO_OFF); in handleNotInService()
523 sentIntent.send(RESULT_ERROR_NO_SERVICE); in handleNotInService()
941 sentIntent.send(RESULT_ERROR_NO_SERVICE); in sendRawPdu()
951 sentIntent.send(RESULT_ERROR_NULL_PDU); in sendRawPdu()
970 sentIntent.send(RESULT_ERROR_GENERIC_FAILURE); in sendRawPdu()
987 sentIntent.send(RESULT_ERROR_GENERIC_FAILURE); in sendRawPdu()
[all …]
/frameworks/rs/
DrsFifoSocket.cpp51 ::send(sv[0], &d, sizeof(d), 0); in shutdown()
52 ::send(sv[1], &d, sizeof(d), 0); in shutdown()
62 size_t ret = ::send(sv[0], data, bytes, 0); in writeAsync()
108 size_t ret = ::send(sv[1], data, bytes, 0); in readReturn()
/frameworks/native/libs/binder/
DBpBinder.cpp109 Parcel send, reply; in getInterfaceDescriptor() local
112 INTERFACE_TRANSACTION, send, &reply); in getInterfaceDescriptor()
137 Parcel send; in pingBinder() local
139 status_t err = transact(PING_TRANSACTION, send, &reply); in pingBinder()
147 Parcel send; in dump() local
149 send.writeFileDescriptor(fd); in dump()
151 send.writeInt32(numArgs); in dump()
153 send.writeString16(args[i]); in dump()
155 status_t err = transact(DUMP_TRANSACTION, send, &reply); in dump()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DIntentSenderTest.java35 is.send(); in testRegisteredReceivePermissionGranted()
55 is.send(Activity.RESULT_CANCELED, finish, null); in testRegisteredReceivePermissionDenied()
64 is.send(); in testLocalReceivePermissionGranted()
82 is.send(Activity.RESULT_CANCELED, finish, null); in testLocalReceivePermissionDenied()
/frameworks/base/core/java/android/app/
DPendingIntent.java573 public void send() throws CanceledException { in send() method in PendingIntent
574 send(null, 0, null, null, null, null); in send()
587 public void send(int code) throws CanceledException { in send() method in PendingIntent
588 send(null, code, null, null, null, null); in send()
606 public void send(Context context, int code, Intent intent) in send() method in PendingIntent
608 send(context, code, intent, null, null, null); in send()
627 public void send(int code, OnFinished onFinished, Handler handler) in send() method in PendingIntent
629 send(null, code, null, onFinished, handler, null); in send()
663 public void send(Context context, int code, Intent intent, in send() method in PendingIntent
665 send(context, code, intent, onFinished, handler, null); in send()
[all …]
/frameworks/base/docs/html/google/gcm/
Dccs.jd11 <li>Learn how to send and receive both upstream and downstream messages in CCS.</li>
42 <p>You can continue to use the HTTP request mechanism to send messages to GCM servers, side-by-side…
44 <li>The asynchronous nature of XMPP allows you to send more messages with fewer resources.</li>
45 …on is bidirectional&mdash;not only can the server send messages to the device, but the device can
46 <li>You can send messages back using the same connection used for receiving, thereby improving batt…
63 …<li>GCM HTTP: 3rd-party servers send messages as HTTP POST requests and wait for a response. This …
64 …s connect to Google infrastructure using a persistent XMPP connection and send/receive messages to…
135 …vice sends to the server, you need to send an ACK message. You never need to send a NACK message. …
187 …/gms/gcm/GoogleCloudMessaging.html">GoogleCloudMessaging</a> API, you can send messages from a use…
189 <p>Here is how you send an upstream message using the <a href="{@docRoot}reference/com/google/andro…
[all …]
Dnotifications.jd10 <li>Learn how to send a single message to multiple devices owned by a single user.</li>
45 <p>Third party servers can send a single message to multiple instance of an app running on devices …
50 …<li>Likewise, a device can send messages to the {@code notification_key}, which is the token that …
53 …d of sending one message to one regID at a time, the 3rd-party server can send a message to to the…
60 …ection show you how to perform generate/add/remove operations, and how to send upstream messages. …
63 <p>To send a message, the application server issues a POST request to <code>https://android.google…
113send an upstream (device-to-cloud) message, you must use the <a href="{@docRoot}reference/com/goog…
122 gcm.send(to, id, data);
143 <h5>Response for send operations</h5>
145 <p>For a send operation that has a {@code notification_key} as its target, the possible responses a…
[all …]
Dc2dm.jd41 <p>C2DM was launched in 2010 to help Android apps send data from servers to their applications. Se…
61 …n addition to plain text. For more information, see the <a href="gcm.html#send-msg">Architectural …
64send the same message to multiple devices simultaneously. For example, a sports app wanting to del…
67 <dd>Multiple parties can send messages to the same app with one common registration ID. For more in…
70 <dd>Apps like video chat and calendar apps can send expiring invitation events with a time-to-live …
76 …with the one provided. With this feature your application doesn't need to send the device ID to yo…
85 …e approach we recommend: have the new app version (the one that uses GCM) send a bit along with th…
101 …<li> The request should be sent to a new endpoint: <code>https://android.googleapis.com/gcm/send<…
117 <p>For a detailed discussion of this topic and more examples, see the <a href="gcm.html#send-msg">A…
118 …ew service, you might want to take advantage of the new <a href="gcm.html#send-msg">JSON-formatted…
Dindex.jd16 Google Cloud Messaging for Android (GCM) is a service that allows you to send data
32 <h4>Send "send-to-sync" messages</h4>
33 …<p>A send-to-sync (collapsible) message is often a "tickle" that tells a mobile application to syn…
38 …<p>Unlike a send-to-sync message, every "message with payload" (non-collapsible message) is delive…
51 …<p>Maps a single user to a notification key, which you can then use to send a single message to mu…
/frameworks/base/core/java/android/os/
DResultReceiver.java48 public void send(int resultCode, Bundle resultData) { in send() method in ResultReceiver.MyResultReceiver
74 public void send(int resultCode, Bundle resultData) { in send() method in ResultReceiver
86 mReceiver.send(resultCode, resultData); in send()
DMessenger.java49 public void send(Message message) throws RemoteException { in send() method in Messenger
50 mTarget.send(message); in send()
DIMessenger.aidl24 void send(in Message msg); in send() method
/frameworks/opt/mailcommon/java/com/android/mailcommon/
DWebViewContextMenu.java118 Intent send = new Intent(Intent.ACTION_SEND); in showShareLinkMenuItem() local
119 send.setType("text/plain"); in showShareLinkMenuItem()
120 ResolveInfo ri = pm.resolveActivity(send, PackageManager.MATCH_DEFAULT_ONLY); in showShareLinkMenuItem()
125 Intent send = new Intent(Intent.ACTION_SEND); in shareLink() local
126 send.setType("text/plain"); in shareLink()
127 send.putExtra(Intent.EXTRA_TEXT, url); in shareLink()
130 mActivity.startActivity(Intent.createChooser(send, mActivity.getText( in shareLink()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_transport.h43 int send(void *data, size_t len);
75 int send(GLMessage *msg);
Dgltrace_transport.cpp110 int TCPStream::send(void *buf, size_t len) { in send() function in android::gltrace::TCPStream
154 int n = mStream->send((void *)mStringBuffer.data(), mStringBuffer.size()); in flush()
166 int BufferedOutputStream::send(GLMessage *msg) { in send() function in android::gltrace::BufferedOutputStream
/frameworks/base/docs/html/training/run-background-service/
Dsend-request.jd32 send an {@link android.content.Intent} to an {@link android.app.IntentService} from any point
37 To create a work request and send it to an {@link android.app.IntentService}, create an
38 explicit {@link android.content.Intent}, add work request data to it, and send it to
69 Notice that you can send the work request from anywhere in an Activity or Fragment.
70 For example, if you need to get user input first, you can send the request from a callback
Dindex.jd45 This class describes how to implement an {@link android.app.IntentService}, send it work
57 <b><a href="send-request.html">Sending Work Requests to the Background Service</a></b>
60 Learn how to send work requests to an {@link android.app.IntentService}.
/frameworks/base/docs/html/training/cloudsync/
Dgcm.jd44 a single message. This capability makes it much easier to send out important messages to
47 about 500 messages per second. If you send each message with only a single
50 send a message out to 1,000,000 recipients becomes (1,000,000/1,000) / 500 = 2
58 registration IDs to the <code>send</code> or <code>sendNoRetry</code> method,
66 // standard send method.
67 MulticastResult result = sender.send(message, regIds, 5);
85 <code>https://android.googleapis.com/gcm/send</code>.</p>
100 href="{@docRoot}google/gcm/gcm.html#send-msg">Sending
108 of sports scores. If you send out a message to all users following a certain
111 the first message yet, there's no reason to send both, and force the device to
[all …]
/frameworks/base/docs/html/training/sharing/
Dindex.jd28 <p>This class covers some common ways you can send and receive content between
36 <dt><b><a href="send.html">Sending Content to Other Apps</a></b></dt>
37 <dd>Learn how to set up your application to be able to send text and binary data to other
Dsend.jd17 <li><a href="#send-text-content">Send Text Content</a></li>
18 <li><a href="#send-binary-content">Send Binary Content</a></li>
19 <li><a href="#send-multiple-content">Send Multiple Pieces of Content</a></li>
35 even across process boundaries. To send data to another activity, all you need to do is specify
51 <h2 id="send-text-content">Send Text Content</h2>
70 sendIntent.putExtra(Intent.EXTRA_TEXT, &quot;This is my text to send.&quot;);
96 sendIntent.putExtra(Intent.EXTRA_TEXT, &quot;This is my text to send.&quot;);
117 <h2 id="send-binary-content">Send Binary Content</h2>
170 <h2 id="send-multiple-content">Send Multiple Pieces of Content</h2>
/frameworks/base/core/java/com/android/internal/os/
DIResultReceiver.aidl24 void send(int resultCode, in Bundle resultData); in send() method
/frameworks/base/docs/html/tools/help/uiautomator/
DIAutomationSupport.jd84 <div class="jd-descrdiv">Allows the running test cases to send out interim status</div>
162 …<div class="jd-tagdata jd-tagdescr"><p>Allows the running test cases to send out interim status</p…
/frameworks/base/core/java/android/content/
DIIntentSender.aidl24 int send(int code, in Intent intent, String resolvedType, in send() method
/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.cpp305 send(buffer, true /* isRTCP */); in onSendSR()
311 void ARTPWriter::send(const sp<ABuffer> &buffer, bool isRTCP) { in send() function in android::ARTPWriter
567 send(buffer, true /* isRTCP */); in sendBye()
604 send(buffer, false /* isRTCP */); in sendAVCData()
651 send(buffer, false /* isRTCP */); in sendAVCData()
717 send(buffer, false /* isRTCP */); in sendH263Data()
825 send(buffer, false /* isRTCP */); in sendAMRData()

12345678