/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/ |
OmtpMessageReceiver.java | 72 SmsMessage[] messages = Telephony.Sms.Intents.getMessagesFromIntent(intent);
|
/packages/services/Telephony/tests/src/com/android/phone/tests/ |
CallDialTest.java | 40 * CALL and DIAL intents.
|
/external/pdfium/third_party/lcms2-2.6/src/ |
lcms2_internal.h | 582 // Container for intents plug-in 585 struct _cms_intents_list* Intents; 590 // The global Context0 storage for intents plug-in 593 // Allocate and init intents container. 908 cmsUInt32Number Intents[], [all...] |
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestUtils.java | 439 mask = 0; // Don't check for received intents since we might have missed them. 508 mask = 0; // Don't check for received intents since we might have missed them. 802 mask = 0; // Don't check for received intents since we might have missed them. [all...] |
/frameworks/base/docs/html/guide/topics/providers/ |
content-provider-basics.jd | 63 <a href="#Intents">Data access via intents</a> [all...] |
contacts-provider.jd | [all...] |
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/ |
contacts-provider.jd | 943 <strong>?:</strong> <em>1 ?</em>???????????????????????????????????????????????????????????????????????????????????<a href="#Intents">???????????????</a>???????????? [all...] |
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/ |
contacts-provider.jd | 946 <a href="#Intents">???? ?? ? ??</a> ??? ??? ???? ????. [all...] |
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/ |
contacts-provider.jd | [all...] |
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/ |
contacts-provider.jd | 943 <strong>??</strong>???<em>??</em>??????????????????????? Intent???????????????<a href="#Intents">?? Intent ???????</a>??????????????? [all...] |
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/ |
contacts-provider.jd | 943 <strong>???</strong>????????<em></em>?????????????????????????????????????????????????<a href="#Intents">?????????</a>????????? [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaControlIntent.java | 24 * Constants for media control intents. 77 * take the form of intents in a similar manner to other intents used to start activities 78 * or send broadcasts. The difference is that media control intents are directed to [all...] |
/external/pdfium/third_party/lcms2-2.6/include/ |
lcms2_plugin.h | 447 // Custom intents. This function should join all profiles specified in the array in 450 // custom intent, so mixing custom intents in same multiprofile transform is not supported. 454 cmsUInt32Number Intents[], 471 // The default ICC intents (perceptual, saturation, rel.col and abs.col) 474 cmsUInt32Number Intents[],
|
/frameworks/base/docs/html/guide/topics/manifest/ |
manifest-intro.jd | 332 receivers) are activated by <i>intents</i>. An intent is a 342 Components advertise their capabilities — the kinds of intents they can 344 must learn which intents a component can handle before it launches the component, 361 <a href="{@docRoot}guide/components/intents-filters.html">Intents
|
/frameworks/base/docs/html/ |
gms_navtree_data.js | [all...] |
/frameworks/base/docs/html/reference/ |
lists.js | [all...] |
/frameworks/base/docs/html/guide/components/ |
activities.jd | 205 start them yourself using explicit intents (as discussed in the following section).</p> 207 <p>However, if you want your activity to respond to implicit intents that are delivered from 220 <p>For more information about how your activities can respond to intents, see the <a 221 href="{@docRoot}guide/components/intents-filters.html">Intents and Intent Filters</a> 250 intents are really valuable—you can create an intent that describes an action you want to 325 <p>For more information about using intents, see the <a 326 href="{@docRoot}guide/components/intents-filters.html">Intents and Intent [all...] |
/frameworks/opt/telephony/src/java/android/provider/ |
Telephony.java | 62 * app receives the {@link android.provider.Telephony.Sms.Intents#SMS_DELIVER_ACTION} broadcast 64 * android.provider.Telephony.Sms.Intents#WAP_PUSH_DELIVER_ACTION} broadcast when the user 67 * <p>Any app that wants to behave as the user's default SMS app must handle the following intents: 69 * <li>In a broadcast receiver, include an intent filter for {@link Sms.Intents#SMS_DELIVER_ACTION} 74 * Sms.Intents#WAP_PUSH_DELIVER_ACTION}} ({@code "android.provider.Telephony.WAP_PUSH_DELIVER"}) 83 * <p>This allows your app to receive intents from other apps that want to deliver a 97 * Sms.Intents#SMS_RECEIVED_ACTION} 758 * Contains constants for SMS related Intents that are broadcast. 760 public static final class Intents { 766 private Intents() { [all...] |
/cts/tests/tests/telephony/src/android/telephony/cts/ |
SmsManagerTest.java | 434 new IntentFilter(Telephony.Sms.Intents.SMS_RECEIVED_ACTION); 442 mSmsReceivedReceiver = new SmsBroadcastReceiver(Telephony.Sms.Intents.SMS_RECEIVED_ACTION);
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/ |
MockContext.java | 244 public void startActivities(Intent[] intents) { 249 public void startActivities(Intent[] intents, Bundle bundle) {
|
/frameworks/base/core/java/android/content/ |
IntentFilter.java | 59 * only match intents that contain no data. 77 * <p>For information about how to create and resolve intents, read the 78 * <a href="{@docRoot}guide/topics/intents/intents-filters.html">Intents and Intent Filters</a> 93 * Intents that do not contain an action. 387 * filter will only match intents that contain no data. [all...] |
/frameworks/base/docs/html/reference/android/support/test/espresso/intent/ |
Checks.html | 1091 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/intent/Intents.html">Intents</a></li>
|
/frameworks/base/docs/html/training/beam-files/ |
receive-files.jd | 22 <a href="{@docRoot}guide/components/intents-filters.html">Intents and Intent Filters</a>
|
/frameworks/base/docs/html/training/secure-file-sharing/ |
share-file.jd | 33 <a href="{@docRoot}guide/components/intents-filters.html">Intents and Intent Filters</a>
|
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/intents/ |
filters.jd | 175 // Handle intents with image data ... 177 // Handle intents with text ...
|