Home
last modified time | relevance | path

Searched refs:receive (Results 1 – 25 of 221) sorted by relevance

123456789

/frameworks/base/docs/html/training/sharing/
Dindex.jd28 <p>This class covers some common ways you can send and receive simple data between
40 <dt><b><a href="receive.html">Receiving Simple Data from Other Apps</a></b></dt>
41 <dd>Learn how to set up your application to receive text and binary data from intents.</dd>
Dreceive.jd33 <p>Just as your application can send data to other applications, so too can it easily receive data
35 want to receive from other applications. For example, a social networking application would likely
48 lesson, you create intent filters in order to be able to receive intents with this action. You
/frameworks/base/docs/html/training/basics/intents/
Dresult.jd28 receive a result back. To receive a result, call {@link android.app.Activity#startActivityForResult
32 <p>For example, your app can start a camera app and receive the captured photo as a result. Or, you
34 contact and you'll receive the contact details as a result.</p>
42 your own activities to receive a result, you should use an explicit intent to ensure that you
43 receive the expected result.</p>
52 <p>The integer argument is a "request code" that identifies your request. When you receive the
Dindex.jd50 interactions with other apps, such as start another app, receive a result from that app, and
60 <dd>Shows how to start another activity and receive a result from the activity.</dd>
/frameworks/base/docs/html/distribute/googleplay/edu/
Dcontact.jd2 page.metaDescription=Developers, sign up to receive information about Google Play for Education.
19 will unlock learning in the classroom &mdash; sign up to receive information about
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_eglapi.cpp66 if (stream->receive(&cmdSize, sizeof(uint32_t)) < 0) { in commandReceiveTask()
81 if (stream->receive(cmdBuf, cmdSize) < 0) { in commandReceiveTask()
Dgltrace_transport.h49 int receive(void *buf, size_t len);
Dgltrace_transport.cpp122 int TCPStream::receive(void *data, size_t len) { in receive() function in android::gltrace::TCPStream
/frameworks/base/docs/html/training/tv/start/
Dnavigation.jd78 The following code sample shows how to define the next control to receive focus for a {@link
99 <td>Defines the next view to receive focus when the user navigates down.</td>
103 <td>Defines the next view to receive focus when the user navigates left.</td>
107 <td>Defines the next view to receive focus when the user navigates right.</td>
111 <td>Defines the next view to receive focus when the user navigates up.</td>
/frameworks/base/tests/AccessoryDisplay/
DREADME15 The sink application uses the UsbDevice APIs to receive connections
32 in this arrangement and will receive power from the sink.
/frameworks/base/docs/html/training/beam-files/
Dindex.jd55 <b><a href="receive-files.html">Receiving Files from Another Device</a></b>
58 Learn how to set up your app to receive files sent by another device.
/frameworks/base/docs/html/training/run-background-service/
Dreport-status.jd39 receive status is to use a {@link android.support.v4.content.LocalBroadcastManager}, which
54 component in your application that has registered to receive it.
95 To receive broadcast {@link android.content.Intent} objects, use a subclass of
113 // Called when the BroadcastReceiver gets an Intent it's registered to receive
/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.h81 status_t receive(StreamInfo *info, bool receiveRTP);
DARTSPConnection.cpp532 status_t ARTSPConnection::receive(void *data, size_t size) { in receive() function in android::ARTSPConnection
566 if (receive(&c, 1) != OK) { in receiveLine()
591 if (receive(x, 3) != OK) { in receiveBinaryData()
596 if (receive(buffer->data(), buffer->size()) != OK) { in receiveBinaryData()
731 if (receive(response->mContent->data(), contentLength) != OK) { in receiveRTSPReponse()
DARTSPConnection.h107 status_t receive(void *data, size_t size);
DARTPConnection.cpp290 err = receive(&*it, true); in onPollStreams()
293 err = receive(&*it, false); in onPollStreams()
373 status_t ARTPConnection::receive(StreamInfo *s, bool receiveRTP) { in receive() function in android::ARTPConnection
/frameworks/base/docs/html/training/location/
Dindex.jd74 <b><a href="receive-location-updates.html">Receiving Location
77 Learn how to request and receive periodic location updates.
/frameworks/base/docs/html/google/gcm/
Dgcm.jd84 <td>The client app that is registering to receive messages. How this is implemented
92 it to receive messages. Note that registration IDs must be kept secret.
125 To receive GCM messages, this app must register with GCM and get a
135 <li><strong>Register to enable GCM</strong>. A client app registers to receive messages.
137 <li><strong>Send and receive downstream messages</strong>.
155 <li><strong>Send and receive upstream messages</strong>. This feature is only available if
/frameworks/base/core/java/android/net/
DSntpClient.java95 socket.receive(response); in requestTime()
/frameworks/base/docs/html/guide/topics/manifest/
Dreceiver-element.jd28 applications to receive intents that are broadcast by the system or by other
58 <dd>Whether or not the broadcast receiver can receive messages from sources
61 receive are those sent by components of the same application or applications
71 receiver is intended to receive intents broadcast by the system or other applications,
/frameworks/base/docs/html/google/backup/
Dindex.jd20 >register your app</a> with the service to receive a key that you must
38 >register your app</a>, you'll receive a Backup Service Key,
/frameworks/base/docs/html/guide/topics/connectivity/
Dindex.jd15 <p>Most network-connected Android apps will use HTTP to send and receive data. Android
/frameworks/base/docs/html/guide/topics/sensors/
Dindex.jd36 application. You'll learn a number of methods to receive location updates and related best
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
DBandwidthEnforcementTestService.java166 socket.receive(replyPacket); in testDns()
/frameworks/base/docs/html/distribute/engage/
Dnotifications.jd16 fundamental feature of Android that consumers check frequently to receive

123456789