OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intents
(Results
276 - 300
of
513
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/docs/html/guide/components/
tasks-and-back-stack.jd
473
they always put {@code FLAG_ACTIVITY_NEW_TASK} in the
intents
they pass to {@link
590
<p>For more information about how to use
intents
to
591
activate other application components and publish the
intents
to which your components
593
href="{@docRoot}guide/components/
intents
-filters.html">
Intents
and Intent
/frameworks/base/docs/html/training/articles/
security-tips.jd
292
any responses to
intents
issued against HTTP.</p>
309
messages are transmitted as broadcast
intents
, so they may be read or captured
547
<h3>Using
intents
</h3>
549
<p>
Intents
are the preferred mechanism for asynchronous IPC in Android.
570
can be invoked with explicit
intents
and may not have data that would conform to the intent
[
all
...]
/frameworks/base/docs/html/training/
training_toc.cs
147
<a href="<?cs var:toroot ?>training/basics/
intents
/index.html"
155
<li><a href="<?cs var:toroot ?>training/basics/
intents
/sending.html">
159
<li><a href="<?cs var:toroot ?>training/basics/
intents
/result.html">
163
<li><a href="<?cs var:toroot ?>training/basics/
intents
/filters.html">
544
Modifying Contacts Using
Intents
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java
110
*
intents
to request the current power state. Possible values are:
120
*
intents
to request the previous power state. Possible values are:
178
* #ACTION_REQUEST_DISCOVERABLE}
intents
to request a specific duration
218
*
intents
to request the current scan mode. Possible values are:
226
*
intents
to request the previous scan mode. Possible values are:
294
*
intents
to request the local Bluetooth name.
743
* #ACTION_DISCOVERY_FINISHED}
intents
to determine exactly when the
[
all
...]
/frameworks/base/core/java/android/content/
IntentFilter.java
58
* only match
intents
that contain no data.
76
* <p>For information about how to create and resolve
intents
, read the
77
* <a href="{@docRoot}guide/topics/
intents
/
intents
-filters.html">
Intents
and Intent Filters</a>
90
*
Intents
that do not contain an action.
347
* filter will only match
intents
that contain no data.
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/3/
user_comments_for_2_to_3.xml
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/5/changes/
classes_index_all.html
161
<A HREF="android.provider.Contacts.
Intents
.html" class="hiddenlink" target="rightframe">Contacts.
Intents
</A><br>
162
<A HREF="android.provider.Contacts.
Intents
.Insert.html" class="hiddenlink" target="rightframe">Contacts.
Intents
.Insert</A><br>
163
<A HREF="android.provider.Contacts.
Intents
.UI.html" class="hiddenlink" target="rightframe">Contacts.
Intents
.UI</A><br>
209
<A HREF="pkg_android.provider.html#ContactsContract.
Intents
" class="hiddenlink" target="rightframe"><b>ContactsContract.
Intents
</b></A><br>
210
<A HREF="pkg_android.provider.html#ContactsContract.
Intents
.Insert" class="hiddenlink" target="rightframe"><b>ContactsContract.
Intents
.Insert</b></A><br
[
all
...]
classes_index_changes.html
150
<A HREF="android.provider.Contacts.
Intents
.html" class="hiddenlink" target="rightframe">Contacts.
Intents
</A><br>
151
<A HREF="android.provider.Contacts.
Intents
.Insert.html" class="hiddenlink" target="rightframe">Contacts.
Intents
.Insert</A><br>
152
<A HREF="android.provider.Contacts.
Intents
.UI.html" class="hiddenlink" target="rightframe">Contacts.
Intents
.UI</A><br>
[
all
...]
/frameworks/base/docs/html/guide/topics/ui/
settings.jd
20
<li><a href="#
Intents
">Using
intents
</a></li>
237
href="#
Intents
">{@code <intent>}</a> element) or a {@link android.app.Fragment} to display (with an <a
359
<h3 id="
Intents
">Using
intents
</h3>
375
<p>You can create both implicit and explicit
intents
using the following attributes:</p>
[
all
...]
/frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java
58
import android.provider.Telephony.Sms.
Intents
;
393
} else if (action.equals(
Intents
.DATA_SMS_RECEIVED_ACTION)) {
395
} else if (action.equals(
Intents
.WAP_PUSH_RECEIVED_ACTION)) {
418
SmsMessage[] messages =
Intents
.getMessagesFromIntent(intent);
509
intentFilter.addAction(
Intents
.DATA_SMS_RECEIVED_ACTION);
515
intentFilter.addAction(
Intents
.WAP_PUSH_RECEIVED_ACTION);
[
all
...]
GeofenceManager.java
338
// release lock before sending
intents
/frameworks/base/docs/html/training/notepad/
notepad-ex2.jd
130
<a href="{@docRoot}resources/faq/commontasks.html#intentexamples">starting
intents
</a> in
132
application, we can also create
Intents
without knowing exactly which
574
activities, services, and content providers it defines, what
intents
it can
/frameworks/base/services/java/com/android/server/am/
ActivityRecord.java
99
HashSet<WeakReference<PendingIntentRecord>> pendingResults; // all pending
intents
for this act
100
ArrayList newIntents; // any pending new
intents
for single-top mode
183
pw.print(prefix); pw.println("Pending New
Intents
:");
[
all
...]
/frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java
254
* {@link Intent#ACTION_SEND_MULTIPLE} sharing
intents
and starting activities
649
* <p>Activities that intend to receive sharing
intents
should configure an intent-filter
650
* to accept {@link Intent#ACTION_SEND}
intents
("android.intent.action.SEND") and optionally
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java
40
import android.provider.ContactsContract.
Intents
;
240
(Account) mIntentExtras.getParcelable(
Intents
.Insert.ACCOUNT);
242
mIntentExtras.getString(
Intents
.Insert.DATA_SET);
[
all
...]
/cts/tests/tests/app/src/android/app/cts/
PendingIntentTest.java
129
// is no longer allowing more
intents
to be sent through it. So here call it twice then
/development/samples/ApiDemos/src/com/example/android/apis/content/
ChangedContacts.java
122
filter.addAction(ContactsContract.
Intents
.CONTACTS_DATABASE_CREATED);
/frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java
58
* android.content.BroadcastReceiver}, and it will be sent the AppWidget
intents
/frameworks/base/core/java/android/content/pm/
ResolveInfo.java
80
* which of the given specific
intents
this result came from. 0 is the
/frameworks/base/docs/html/about/versions/
android-2.3.3.jd
95
{@link android.nfc.NfcAdapter#ACTION_TAG_DISCOVERED TAG_DISCOVERED}
Intents
.</li>
/frameworks/base/docs/html/training/implementing-navigation/
ancestral.jd
164
href="{@docRoot}guide/components/
intents
-filters.html#ifs">intent filters</a>
/frameworks/base/docs/html/training/location/
geofencing.jd
603
send
intents
to other services, or send a broadcast intent. The following snippet shows how
[
all
...]
/frameworks/base/docs/html-intl/es/training/monitoring-device-state/
battery-monitoring.jd
24
<li><a href="{@docRoot}guide/components/
intents
-filters.html">Intentos y filtros de intentos</a>
/frameworks/base/media/java/android/media/audiofx/
AudioEffect.java
[
all
...]
/frameworks/base/services/java/com/android/server/
CommonTimeManagementService.java
175
// Register with the connectivity manager for connectivity changed
intents
.
Completed in 486 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>