/frameworks/base/docs/html/training/sharing/ |
D | index.jd | 28 <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>
|
D | receive.jd | 33 <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/ |
D | result.jd | 28 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
|
D | index.jd | 50 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/ |
D | contact.jd | 2 page.metaDescription=Developers, sign up to receive information about Google Play for Education. 19 will unlock learning in the classroom — sign up to receive information about
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_eglapi.cpp | 66 if (stream->receive(&cmdSize, sizeof(uint32_t)) < 0) { in commandReceiveTask() 81 if (stream->receive(cmdBuf, cmdSize) < 0) { in commandReceiveTask()
|
D | gltrace_transport.h | 49 int receive(void *buf, size_t len);
|
D | gltrace_transport.cpp | 122 int TCPStream::receive(void *data, size_t len) { in receive() function in android::gltrace::TCPStream
|
/frameworks/base/docs/html/training/tv/start/ |
D | navigation.jd | 78 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/ |
D | README | 15 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/ |
D | index.jd | 55 <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/ |
D | report-status.jd | 39 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/ |
D | ARTPConnection.h | 81 status_t receive(StreamInfo *info, bool receiveRTP);
|
D | ARTSPConnection.cpp | 532 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()
|
D | ARTSPConnection.h | 107 status_t receive(void *data, size_t size);
|
D | ARTPConnection.cpp | 290 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/ |
D | index.jd | 74 <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/ |
D | gcm.jd | 84 <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/ |
D | SntpClient.java | 95 socket.receive(response); in requestTime()
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | receiver-element.jd | 28 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/ |
D | index.jd | 20 >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/ |
D | index.jd | 15 <p>Most network-connected Android apps will use HTTP to send and receive data. Android
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | index.jd | 36 application. You'll learn a number of methods to receive location updates and related best
|
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/ |
D | BandwidthEnforcementTestService.java | 166 socket.receive(replyPacket); in testDns()
|
/frameworks/base/docs/html/distribute/engage/ |
D | notifications.jd | 16 fundamental feature of Android that consumers check frequently to receive
|