/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
fields_index_all.html | 365 <nobr><A HREF="android.provider.Contacts.Intents.html#android.provider.Contacts.Intents.EXTRA_CREATE_DESCRIPTION" class="hiddenlink" target="rightframe">EXTRA_CREATE_DESCRIPTION</A> 371 <nobr><A HREF="android.provider.Contacts.Intents.html#android.provider.Contacts.Intents.EXTRA_FORCE_CREATE" class="hiddenlink" target="rightframe">EXTRA_FORCE_CREATE</A> [all...] |
/development/scripts/app_engine_server/ |
redirects.yaml | 164 - src: /guide/topics/intents/intents-filters.html 165 dst: /guide/components/intents-filters.html
|
/frameworks/base/docs/html/guide/topics/providers/ |
content-provider-creating.jd | 59 <a href="#Intents">Intents and Data Access</a> 177 the provider's application to handle intents, also define intent actions, extras data, 183 For more information about intents, see the 184 section <a href="#Intents">Intents and Data Access</a>. [all...] |
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
pkg_android.provider.html | 239 <A NAME="ContactsContract.Intents.Insert"></A> 240 <nobr><A HREF="android.provider.ContactsContract.Intents.Insert.html">ContactsContract.Intents.<br>Insert</A></nobr>
|
/frameworks/base/docs/html/training/basics/firstapp/ |
starting-activity.jd | 102 app?s "intent to do something." You can use intents for a wide 126 specifies the exact app component to which the intent should be given. However, intents 131 href="{@docRoot}training/basics/intents/index.html">Interacting with Other Apps</a>.</p>
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ConfirmAddDetailActivity.java | 85 * {@link android.provider.ContactsContract.Intents.Insert#PHONE} with type 86 * {@link android.provider.ContactsContract.Intents.Insert#PHONE_TYPE} or 87 * {@link android.provider.ContactsContract.Intents.Insert#EMAIL} with type 88 * {@link android.provider.ContactsContract.Intents.Insert#EMAIL_TYPE} intent keys. 242 if (extras.containsKey(ContactsContract.Intents.Insert.PHONE)) { 244 } else if (extras.containsKey(ContactsContract.Intents.Insert.EMAIL)) { [all...] |
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
LookupActivity.java | 109 // Handle incoming intents as possible searches or links 214 * Because we're singleTop, we handle our own new intents. These usually
|
/frameworks/base/docs/html/guide/topics/manifest/ |
data-element.jd | 65 <a href="{@docRoot}guide/components/intents-filters.html">Intents and
|
receiver-element.jd | 28 applications to receive intents that are broadcast by the system or by other 71 receiver is intended to receive intents broadcast by the system or other applications,
|
/frameworks/base/docs/html/training/camera/ |
photobasics.jd | 28 <li><a href="{@docRoot}guide/components/intents-filters.html">Intents and Intent
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
SmsCbHeader.java | 30 * {@link android.provider.Telephony.Sms.Intents#SMS_CB_RECEIVED_ACTION} or 31 * {@link android.provider.Telephony.Sms.Intents#SMS_EMERGENCY_CB_RECEIVED_ACTION} intent.
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
GlobalSearchSupportTest.java | 28 import android.provider.ContactsContract.Intents; 126 Intents.SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED);
|
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/ |
SimpleMenu.java | 160 Intent[] intents, Intent intent, int i3, MenuItem[] menuItems) {
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LauncherShortcuts.java | 93 * intents that you will send back.
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
SmsMessagingDemo.java | 125 // Register broadcast receivers for SMS sent and delivered intents
|
/development/samples/AppNavigation/res/values/ |
strings.xml | 36 <string name="content_view_description">This activity can receive ACTION_VIEW intents with the mimetype \"application/x-example\", sent by the outside task component of this demo. If you launched the activity this way then it will be on the viewing activity\'s task stack. Press the back button to finish this activity and return to the activity that wanted to view the content. Press the up button in the action bar to jump back into the main demo task with a synthesized back stack. This matches the pattern for content viewers such as a photo gallery or video player.</string>
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MainActivity.java | 34 * Intents to our {@link MusicService}.
|
/development/samples/SupportAppNavigation/res/values/ |
strings.xml | 36 <string name="content_view_description">This activity can receive ACTION_VIEW intents with the mimetype \"application/x-example\", sent by the outside task component of this demo. If you launched the activity this way then it will be on the viewing activity\'s task stack. Press the back button to finish this activity and return to the activity that wanted to view the content. Press the up button in the action bar to jump back into the main demo task with a synthesized back stack. This matches the pattern for content viewers such as a photo gallery or video player.</string>
|
/frameworks/base/docs/html/about/versions/ |
android-1.5-highlights.jd | 162 <li>Video and photo sharing Intents</li>
|
/frameworks/base/docs/html/intl/es/training/monitoring-device-state/ |
connectivity-monitoring.jd | 27 <li><a href="{@docRoot}guide/components/intents-filters.html">Intentos y filtros de intentos</a>
|
docking-monitoring.jd | 26 <li><a href="{@docRoot}guide/components/intents-filters.html">Intentos y filtros de intentos</a>
|
index.jd | 16 <li>Experiencia con <a href="{@docRoot}guide/components/intents-filters.html">Intentos y filtros de intentos</a></li>
|
/frameworks/base/docs/html/intl/ja/guide/topics/ |
fundamentals.jd | 188 ????? ??????????????<a href="{@docRoot}guide/components/intents-filters.html">Intents and Intent Filters</a> ???????? 296 ????? ?????????????<a href="{@docRoot}guide/components/intents-filters.html">Intents and Intent Filters</a> ???????? [all...] |
/frameworks/base/telephony/java/android/telephony/cdma/ |
CdmaSmsCbProgramData.java | 25 * {@link android.provider.Telephony.Sms.Intents#SMS_SERVICE_CATEGORY_PROGRAM_DATA_RECEIVED_ACTION}
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
DefaultPhoneNotifier.java | 32 * broadcast intents
|