/frameworks/rs/api/ |
D | rs_allocation_data.spec | 71 arg: uint32_t width, "Width of the incoming region to update." 72 arg: uint32_t height, "Height of the incoming region to update."
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | EventLogTags.logtags | 12 # Radio restart - timed out with no incoming packets. 15 # PDP context reset - timed out with no incoming packets. 18 # Reregister to data network - timed out with no incoming packets.
|
/frameworks/opt/net/ims/ |
D | README.txt | 28 has the ability to respond to an intent indicating that there is an incoming call. 29 The default action for the incoming call intent is ImsManager#ACTION_IMS_INCOMING_CALL. 30 And, the application frees to define the action for the incoming call intent.
|
/frameworks/base/docs/html/training/beam-files/ |
D | receive-files.jd | 133 source other than Android Beam file transfer. To determine how you should handle the incoming 184 If the incoming {@link android.content.Intent} contains a file URI, the URI contains the 206 If the incoming {@link android.content.Intent} contains a content URI, the URI may point to a 214 You can also receive an incoming {@link android.content.Intent#ACTION_VIEW ACTION_VIEW} 222 {@link android.content.Intent#ACTION_VIEW ACTION_VIEW} intent if the first incoming file 258 run a query that specifies the incoming content URI for the {@link android.net.Uri} argument and
|
/frameworks/base/docs/html/training/run-background-service/ |
D | report-status.jd | 89 The next step is to handle the incoming broadcast {@link android.content.Intent} objects in 100 passes the incoming {@link android.content.Intent} to 193 {@link android.app.Activity} in response to an incoming broadcast
|
D | create-service.jd | 77 // Gets data from the incoming Intent
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | sip.jd | 37 services that let applications easily set up outgoing and incoming voice calls, 344 indicating that there is an incoming call. Thus, you must do the following in 362 incoming call. In <strong>SipDemo</strong>, this action is 369 Android system handles incoming SIP calls and broadcasts an "incoming 379 <pre>/*** Listens for incoming SIP calls, intercepts and hands them off to WalkieTalkieActivity. 383 * Processes the incoming call, answers it, and hands it over to the
|
D | bluetooth.jd | 108 <dd>Represents an open server socket that listens for incoming requests 464 you want your application to host a server socket that will accept incoming 485 when an incoming connection is accepted. The client will receive it when it 513 socket is to listen for incoming connection requests and when one is accepted, 590 <p>Here's a simplified thread for the server component that accepts incoming 635 <p>In this example, only one incoming connection is desired, so as soon as a 654 as soon as you are done listening for incoming connections. In this example, {@link
|
/frameworks/base/docs/html/training/secure-file-sharing/ |
D | retrieve-info.jd | 52 * Get the file's content URI from the incoming Intent, then 90 * Get the file's content URI from the incoming Intent,
|
D | request-file.jd | 119 // Get the file's content URI from the incoming Intent
|
/frameworks/base/tools/aapt2/ |
D | ResourceTable.cpp | 207 int ResourceTable::resolveValueCollision(Value* existing, Value* incoming) { in resolveValueCollision() argument 209 Attribute* incomingAttr = valueCast<Attribute>(incoming); in resolveValueCollision() 212 if (incoming->isWeak()) { in resolveValueCollision()
|
D | ResourceTable.h | 194 static int resolveValueCollision(Value* existing, Value* incoming);
|
/frameworks/base/docs/html/training/multiple-threads/ |
D | communicate-ui.jd | 83 // Gets the image task from the incoming Message object. 219 code for each incoming {@link android.os.Message}. If the status code is 233 // Gets the task from the incoming Message object.
|
/frameworks/rs/scriptc/ |
D | rs_graphics.rsh | 115 * Specifies conditional drawing depending on the comparison of the incoming 126 … RS_DEPTH_FUNC_LESS = 1, // Drawn if the incoming depth value is less than that in the depth buffer 127 …RS_DEPTH_FUNC_LEQUAL = 2, // Drawn if the incoming depth value is less or equal to that in the dep… 128 …RS_DEPTH_FUNC_GREATER = 3, // Drawn if the incoming depth value is greater than that in the depth … 129 …RS_DEPTH_FUNC_GEQUAL = 4, // Drawn if the incoming depth value is greater or equal to that in the … 130 … RS_DEPTH_FUNC_EQUAL = 5, // Drawn if the incoming depth value is equal to that in the depth buffer 131 …RS_DEPTH_FUNC_NOTEQUAL = 6, // Drawn if the incoming depth value is not equal to that in the depth…
|
/frameworks/base/docs/html/sdk/ |
D | OLD_RELEASENOTES.jd | 63 …<li>Improvements to the Telephony API, including ability to obtain source number of incoming phone… 165 …will use port 5556, dialing 5556 on the first emulator will generate an incoming call on the secon… 338 …<li>917465: Unanswered incoming calls placed from the emulator console will result in an unfinishe… 381 … to change the state of the network and gsm connection, and to initiate incoming voice call. (This… 420 …tiple emulator consoles can result in unexpected behavior when simulating incoming telephone calls. 512 …ple emulator consoles can result in unexpected behavior when simulating incoming telephone calls.<… 515 <p>Unanswered incoming calls placed from the emulator console, will result in an unfinished call UI…
|
/frameworks/opt/telephony/proto/ |
D | telephony.proto | 866 // Ring indication for an incoming call 888 // Notification about incoming voice call 917 // Answer incoming call
|
/frameworks/base/docs/html/training/load-data-background/ |
D | handle-results.jd | 35 LoaderCallbacks.onLoadFinished()}. One of the incoming arguments to this method is a
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0-highlights.jd | 114 <div style="padding-bottom:.5em;font-size:.9em;padding-right:1.75em;">For incoming calls, you can 120 constant touch with incoming messages, play music tracks, see real-time updates 178 incoming calls</strong></p> 180 <p>When an incoming call arrives, users can now quickly <strong>respond by text 182 the incoming call screen, users simply slide a control to see a list of text 314 consistent, personal experience everywhere — from incoming calls to emails.</div> 353 incoming messages, voice transcriptions, and audio files from one or more 555 <p>For keeping track of incoming email more easily, a <strong>resizable Email 1056 outgoing and incoming packets, and establish secure tunnels to a remote server.
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/ |
D | content-provider-creating.jd | 440 * Choose the table to query and a sort order based on the code returned for the incoming 446 // If the incoming URI was for all of table3 452 // If the incoming URI was for a single row
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/ |
D | content-provider-creating.jd | 440 * Choose the table to query and a sort order based on the code returned for the incoming 446 // If the incoming URI was for all of table3 452 // If the incoming URI was for a single row
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/ |
D | content-provider-creating.jd | 440 * Choose the table to query and a sort order based on the code returned for the incoming 446 // If the incoming URI was for all of table3 452 // If the incoming URI was for a single row
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/ |
D | content-provider-creating.jd | 440 * Choose the table to query and a sort order based on the code returned for the incoming 446 // If the incoming URI was for all of table3 452 // If the incoming URI was for a single row
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/ |
D | content-provider-creating.jd | 440 * Choose the table to query and a sort order based on the code returned for the incoming 446 // If the incoming URI was for all of table3 452 // If the incoming URI was for a single row
|
/frameworks/base/docs/html/training/sharing/ |
D | receive.jd | 141 <p class="caution"><strong>Caution:</strong> Take extra care to check the incoming data, you never
|
/frameworks/base/docs/html/training/managing-audio/ |
D | volume-playback.jd | 47 <p>Android maintains a separate audio stream for playing music, alarms, notifications, the incoming
|