OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intents
(Results
201 - 225
of
916
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
ImsSMSDispatcher.java
25
import android.provider.Telephony.Sms.
Intents
;
223
receivedIntent.send(
Intents
.RESULT_SMS_GENERIC_ERROR);
241
receivedIntent.send(
Intents
.RESULT_SMS_GENERIC_ERROR);
247
receivedIntent.send(
Intents
.RESULT_SMS_GENERIC_ERROR);
UiccSmsController.java
29
import android.provider.Telephony.Sms.
Intents
;
318
sendErrorInPendingIntent(receivedIntent,
Intents
.RESULT_SMS_GENERIC_ERROR);
411
private void sendErrorInPendingIntents(List<PendingIntent>
intents
, int errorCode) {
412
for (PendingIntent intent :
intents
) {
TelephonyTester.java
43
* Telephony tester receives the following
intents
where {name} is the phone name
179
* Handles
intents
containing test dialog event package data.
/frameworks/support/v4/java/android/support/v4/content/
ContextCompat.java
75
* @param
intents
Array of
intents
defining the activities that will be started. The element
79
public static boolean startActivities(Context context, Intent[]
intents
) {
80
return startActivities(context,
intents
, null);
104
* @param
intents
Array of
intents
defining the activities that will be started. The element
110
public static boolean startActivities(Context context, Intent[]
intents
,
114
ContextCompatJellybean.startActivities(context,
intents
, options);
117
ContextCompatHoneycomb.startActivities(context,
intents
);
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
NotificationBroadcastReceiver.java
25
* Accepts broadcast
Intents
which will be prepared by {@link StatusBarNotifier} and thus
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/dictionarypack/
DictionaryPackConstants.java
56
// In the above
intents
, the name of the string extra that contains the name of the client
/packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerReceiver.java
45
// handle
intents
related to external storage
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
nfc.jd
16
<li><a href="#filtering-
intents
">Filtering for
Intents
</a>
21
<li><a href="#obtain-info">Obtaining information from
intents
</a></li>
57
scanned NFC tag can <a href="#filtering-
intents
">declare an intent filter</a> and
246
is presented so the user can select the Activity. The tag dispatch system defines three
intents
,
270
intents
.</li>
283
intent or until the tag dispatch system tries all possible
intents
.</li>
284
<li>If no applications filter for any of the
intents
, do nothing.</li>
295
other two
intents
, giving the user a better experience.</p>
299
<p>Before you can access a device's NFC hardware and properly handle NFC
intents
, declare thes
[
all
...]
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
IntentReceiverActivity.java
33
* Class to receive
intents
sent across profile boundaries, and read/write to content uri specified
34
* in these
intents
to test cross-profile content uris.
/frameworks/base/core/java/android/app/
IntentService.java
39
* will receive the
Intents
, launch a worker thread, and stop the service as
90
* and the intent redelivered. If multiple
Intents
have been sent, only
/frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java
35
* Extra for the connection state
intents
of the individual profiles.
43
* Extra for the connection state
intents
of the individual profiles.
/frameworks/base/core/java/com/android/internal/app/
IntentForwarderActivity.java
41
* {@link DevicePolicyManager#addCrossProfileIntentFilter} to enable
intents
to
140
Slog.wtf(TAG, "An chooser intent with extra initial
intents
cannot be forwarded to"
/frameworks/base/docs/html/guide/appendix/
app-intents.jd
1
page.title=Reference of Available
Intents
7
<h3>
Intents
handled by Google Android applications<a name="googleintents" id="googleintents"></a></h3>
/frameworks/base/docs/html/sdk/api_diff/24/changes/
fields_index_removals.html
62
<nobr><A HREF="android.provider.Telephony.Sms.
Intents
.html#android.provider.Telephony.Sms.
Intents
.SMS_EMERGENCY_CB_RECEIVED_ACTION" class="hiddenlink" target="rightframe"><strike>SMS_EMERGENCY_CB_RECEIVED_ACTION</strike></A>
/frameworks/base/docs/html/training/app-indexing/
index.jd
23
<li><a href="{@docRoot}guide/components/
intents
-filters.html">
Intents
and Intent
/frameworks/base/docs/html/training/camera/
videobasics.jd
27
<li><a href="{@docRoot}guide/components/
intents
-filters.html">
Intents
and Intent
/frameworks/base/docs/html/training/monitoring-device-state/
connectivity-monitoring.jd
27
<li><a href="{@docRoot}guide/components/
intents
-filters.html">
Intents
and Intent Filters</a>
docking-monitoring.jd
26
<li><a href="{@docRoot}guide/components/
intents
-filters.html">
Intents
and Intent Filters</a>
/frameworks/base/docs/html/training/notify-user/
build-notification.jd
29
<a href="{@docRoot}guide/components/
intents
-filters.html">
30
Intents
and Intent Filters
/frameworks/base/docs/html/training/run-background-service/
create-service.jd
21
<a href="{@docRoot}guide/components/
intents
-filters.html">
Intents
and Intent Filters</a>
/frameworks/base/docs/html/training/secure-file-sharing/
request-file.jd
19
<a href="{@docRoot}guide/components/
intents
-filters.html">
Intents
and Intent Filters</a>
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
UserInfoController.java
63
profileFilter.addAction(ContactsContract.
Intents
.ACTION_PROFILE_CHANGED);
92
if (ContactsContract.
Intents
.ACTION_PROFILE_CHANGED.equals(action) ||
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
WapPushOverSmsTest.java
96
assertEquals(Telephony.Sms.
Intents
.WAP_PUSH_DELIVER_ACTION, intent.getAction());
138
assertEquals(Telephony.Sms.
Intents
.RESULT_SMS_HANDLED,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaInboundSmsHandlerTest.java
172
assertEquals(Telephony.Sms.
Intents
.SMS_DELIVER_ACTION,
180
assertEquals(Telephony.Sms.
Intents
.SMS_RECEIVED_ACTION,
/packages/apps/Browser2/
AndroidManifest.xml
67
<!-- Catch
intents
which do not specify a MIME type -->
75
<!-- Catch
intents
which do specify a MIME type -->
Completed in 663 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>