Home
last modified time | relevance | path

Searched refs:incoming (Results 1 – 25 of 92) sorted by relevance

1234

/frameworks/rs/api/
Drs_allocation_data.spec71 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/
DEventLogTags.logtags12 # 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/
DREADME.txt28 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/
Dreceive-files.jd133 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/
Dreport-status.jd89 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
Dcreate-service.jd77 // Gets data from the incoming Intent
/frameworks/base/docs/html/guide/topics/connectivity/
Dsip.jd37 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 &quot;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
Dbluetooth.jd108 <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/
Dretrieve-info.jd52 * Get the file's content URI from the incoming Intent, then
90 * Get the file's content URI from the incoming Intent,
Drequest-file.jd119 // Get the file's content URI from the incoming Intent
/frameworks/base/tools/aapt2/
DResourceTable.cpp207 int ResourceTable::resolveValueCollision(Value* existing, Value* incoming) { in resolveValueCollision() argument
209 Attribute* incomingAttr = valueCast<Attribute>(incoming); in resolveValueCollision()
212 if (incoming->isWeak()) { in resolveValueCollision()
DResourceTable.h194 static int resolveValueCollision(Value* existing, Value* incoming);
/frameworks/base/docs/html/training/multiple-threads/
Dcommunicate-ui.jd83 // 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/
Drs_graphics.rsh115 * 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/
DOLD_RELEASENOTES.jd63 …<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/
Dtelephony.proto866 // Ring indication for an incoming call
888 // Notification about incoming voice call
917 // Answer incoming call
/frameworks/base/docs/html/training/load-data-background/
Dhandle-results.jd35 LoaderCallbacks.onLoadFinished()}. One of the incoming arguments to this method is a
/frameworks/base/docs/html/about/versions/
Dandroid-4.0-highlights.jd114 <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 &mdash; 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/
Dcontent-provider-creating.jd440 * 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/
Dcontent-provider-creating.jd440 * 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/
Dcontent-provider-creating.jd440 * 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/
Dcontent-provider-creating.jd440 * 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/
Dcontent-provider-creating.jd440 * 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/
Dreceive.jd141 <p class="caution"><strong>Caution:</strong> Take extra care to check the incoming data, you never
/frameworks/base/docs/html/training/managing-audio/
Dvolume-playback.jd47 <p>Android maintains a separate audio stream for playing music, alarms, notifications, the incoming

1234