OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intents
(Results
101 - 125
of
916
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/docs/html-intl/intl/zh-cn/training/monitoring-device-state/
connectivity-monitoring.jd
27
<li><a href="{@docRoot}guide/components/
intents
-filters.html">intent ? intent ???</a>
index.jd
16
<li><a href="{@docRoot}guide/components/
intents
-filters.html">intent ? intent ???</a>?????</li>
/frameworks/base/docs/html-intl/intl/zh-tw/guide/
index.jd
40
<li><a href="{@docRoot}guide/components/
intents
-filters.html">????????</a>
/packages/apps/Contacts/src/com/android/contacts/list/
ContactsIntentResolver.java
31
import android.provider.ContactsContract.
Intents
;
32
import android.provider.ContactsContract.
Intents
.Insert;
145
// Since this is the filter activity it receives all
intents
148
} else if (
Intents
.SEARCH_SUGGESTION_CLICKED.equals(action)) {
/packages/apps/Email/provider_src/com/android/email/
EmailIntentService.java
26
* A service to handle various
intents
asynchronously.
/packages/apps/Messaging/src/com/android/messaging/receiver/
MmsWapPushDeliverReceiver.java
34
if (Telephony.Sms.
Intents
.WAP_PUSH_DELIVER_ACTION.equals(intent.getAction())
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebugReceiver.java
30
* Receives android.provider.Telephony.
Intents
.SECRET_CODE_ACTION and
/packages/services/Telecomm/src/com/android/server/telecom/components/
TelecomBroadcastReceiver.java
26
* Handles miscellaneous Telecom broadcast
intents
. This should be visible from outside, but
/prebuilts/maven_repo/android/com/android/support/test/espresso/espresso-intents/2.1/
espresso-intents-2.1-sources.jar
espresso-intents-2.1.pom
6
<artifactId>espresso-
intents
</artifactId>
/prebuilts/maven_repo/android/com/android/support/test/espresso/espresso-intents/2.2/
espresso-intents-2.2-sources.jar
/prebuilts/maven_repo/android/com/android/support/test/espresso/espresso-intents/2.2.1/
espresso-intents-2.2.1-sources.jar
/prebuilts/maven_repo/android/com/android/support/test/espresso/espresso-intents/2.2.2/
espresso-intents-2.2.2-sources.jar
/frameworks/base/docs/html/guide/appendix/
g-app-intents.jd
1
page.title=
Intents
List: Invoking Google Applications on Android Devices
7
For more information about
intents
, see the <a
8
href="{@docRoot}guide/components/
intents
-filters.html">
Intents
and Intent Filters</a>.
12
<p>The table below lists the
intents
that your application can send, to invoke Google applications on Android devices in certain ways. For each action/uri pair, the table describes how the receiving Google application handles the intent. </p>
/frameworks/base/docs/html/training/basics/intents/
sending.jd
2
page.tags=
intents
37
Your First App</a>, you must use
intents
to navigate between activities in your own app. You
49
<p>Implicit
intents
do not declare the class name of the component to start, but instead declare an
51
<em>edit</em>, <em>send</em>, or <em>get</em> something.
Intents
often also include data associated
71
<p>Here are a couple other
intents
and their action and {@link android.net.Uri} data
92
<p>Other kinds of implicit
intents
require "extra" data that provide different data types,
102
<p>Here are some more
intents
that add extra data to specify the desired action:</p>
142
<p>Although the Android platform guarantees that certain
intents
will resolve to one of the
175
<img src="{@docRoot}images/training/basics/
intents
-choice.png" alt="" />
/frameworks/base/docs/html/training/auto/messaging/
index.jd
239
You define the read action and reply action
intents
types for your app and the {@link
241
example demonstrates how to declare these
intents
and their associated receivers.
265
intents
. You can choose whatever you like as the action names, but it's best
330
<h4 id="conversation-
intents
">Create conversation read and reply
intents
</h4>
333
Unread conversation objects contain
intents
for reading and replying to a conversation. You
429
of this intent is discussed in the <a href="#conversation-
intents
">Creating conversation read and
430
reply
intents
</a> section.
470
pending
intents
you created in the previous step.</p>
509
<a href="#conversation-
intents
">Create conversation read and repl
[
all
...]
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivity.java
123
if (action.equals(
Intents
.Scan.ACTION)) {
124
if (intent.hasExtra(
Intents
.Scan.WIDTH) && intent.hasExtra(
Intents
.Scan.HEIGHT)) {
125
int width = intent.getIntExtra(
Intents
.Scan.WIDTH, 0);
126
int height = intent.getIntExtra(
Intents
.Scan.HEIGHT, 0);
132
characterSet = intent.getStringExtra(
Intents
.Scan.CHARACTER_SET);
/frameworks/base/docs/html/reference/android/support/test/espresso/intent/
VerificationModes.html
321
<p>Creates a <code><a href="/reference/android/support/test/espresso/intent/VerificationMode.html">VerificationMode</a></code> in which all matching
intents
must have been previously
349
<p>Creates a <code><a href="/reference/android/support/test/espresso/intent/VerificationMode.html">VerificationMode</a></code> in which a specified number of
intents
must match.
691
<p>Creates a <code><a href="/reference/android/support/test/espresso/intent/VerificationMode.html">VerificationMode</a></code> in which all matching
intents
must have been previously
721
<p>Creates a <code><a href="/reference/android/support/test/espresso/intent/VerificationMode.html">VerificationMode</a></code> in which a specified number of
intents
must match.
773
<li class="api apilevel-"><a href="/reference/android/support/test/espresso/intent/
Intents
.html">
Intents
</a></li>
/frameworks/base/docs/html/training/wearables/apps/
voice.jd
40
The Android Wear platform provides several voice
intents
that are based on user actions such
63
<p>Here is a list of the voice
intents
supported by the Wear platform:</p>
225
For documentation on registering for platform
intents
and accessing the extras information
226
contained in them, see <a href="{@docRoot}guide/components/
intents
-common.html">Common
intents
</a>.
231
If none of the platform voice
intents
work for you, you can start your apps directly with
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java
43
import android.provider.Telephony.Sms.
Intents
;
120
*
Intents
.RESULT_SMS_HANDLED - the wap push pdu should be ignored.
121
*
Intents
.RESULT_SMS_GENERIC_ERROR - the pdu is invalid.
150
result.statusCode =
Intents
.RESULT_SMS_HANDLED;
155
result.statusCode =
Intents
.RESULT_SMS_HANDLED;
171
result.statusCode =
Intents
.RESULT_SMS_GENERIC_ERROR;
193
result.statusCode =
Intents
.RESULT_SMS_GENERIC_ERROR;
231
result.statusCode =
Intents
.RESULT_SMS_HANDLED;
270
result.statusCode =
Intents
.RESULT_SMS_GENERIC_ERROR;
280
* @return a result code from {@link android.provider.Telephony.Sms.
Intents
}, o
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java
16
package com.android.cts.verifier.camera.
intents
;
38
import com.android.cts.verifier.camera.
intents
.CameraContentJobService;
57
* activity via MediaStore
intents
.
60
* that these
intents
are still firing as a lot of 3rd party applications
204
// to test each camera/
intents
combination
258
the
intents
by taking a photo/video
305
// user leaves cts verifier and tries to fake receiver
intents
447
// restart activity to test next
intents
/development/samples/StackWidget/src/com/example/android/stackwidget/
StackWidgetProvider.java
68
// When
intents
are compared, the extras are ignored, so we need to embed the extras
79
// cannot setup their own pending
intents
, instead, the collection as a whole can
/frameworks/base/docs/html/distribute/engage/
engage_toc.cs
4
var:toroot?>distribute/engage/
intents
.html">
5
<span class="en">Increase Usage through
Intents
</span></a>
/frameworks/base/docs/html/guide/components/
index.jd
3
page.landing.intro=Android's application framework lets you create rich and innovative apps using a set of reusable components. This section explains how you can build the components that define the building blocks of your app and how to connect them together using
intents
.
4
page.metaDescription=Android's application framework lets you create rich and innovative apps using a set of reusable components. This section explains how you can build the components that define the building blocks of your app and how to connect them together using
intents
.
/frameworks/base/docs/html/guide/
index.jd
41
<li><a href="{@docRoot}guide/components/
intents
-filters.html">
Intents
and Intent Filters</a>
Completed in 527 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>