/frameworks/base/core/java/android/provider/ |
VoicemailContract.java | 53 * provider also generates broadcast intents to notify change for applications 55 * notifications. Broadcast intents with following actions are generated: 94 * Extra included in {@link Intent#ACTION_PROVIDER_CHANGED} broadcast intents to indicate if the
|
/frameworks/base/docs/html/sdk/api_diff/18/changes/ |
pkg_android.provider.html | 148 <A NAME="ContactsContract.Intents"></A> 149 <nobr><A HREF="android.provider.ContactsContract.Intents.html">ContactsContract.Intents</A></nobr>
|
/frameworks/base/test-runner/src/android/test/mock/ |
MockContext.java | 269 public void startActivities(Intent[] intents) { 274 public void startActivities(Intent[] intents, Bundle options) { 275 startActivities(intents);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
UsimDataDownloadHandler.java | 23 import android.provider.Telephony.Sms.Intents; 64 * @return Activity.RESULT_OK on success; Intents.RESULT_SMS_GENERIC_ERROR on failure 71 return Intents.RESULT_SMS_GENERIC_ERROR;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppReceiver.java | 52 * Receives and handles: system broadcasts; Intents from other applications; 53 * Intents from OppService; Intents from modules in Opp application layer.
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
activity_task_design.jd | 51 <li>In addition to writing your own activities, you are free to re-use activities from many other applications through intents.</li> 52 <li>You can enable activities in your application to be started from intents in other applications.</li> 70 <li><a href=#intents>Intents</a></li> 108 multitasking, activity re-use, intents, and the activity stack. 384 activities, the activity stack, the <em>Back</em> button, tasks and intents. It 515 <a href=#intents title="intent filter">intent filter</a> as an 662 <h3 id=intents>Intents</h3> 748 within their application as explicit intents so no other activit [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SMSDispatcher.java | 47 import android.provider.Telephony.Sms.Intents; 318 boolean handled = (result == Intents.RESULT_SMS_HANDLED); 323 notifyAndAcknowledgeLastIncomingSms(false, Intents.RESULT_SMS_GENERIC_ERROR, null); 533 * @return a result code from {@link android.provider.Telephony.Sms.Intents}, or 594 * @return a result code from {@link android.provider.Telephony.Sms.Intents}, or 623 return Intents.RESULT_SMS_HANDLED; 646 return Intents.RESULT_SMS_HANDLED; 679 return Intents.RESULT_SMS_GENERIC_ERROR; 736 Intent intent = new Intent(Intents.SMS_RECEIVED_ACTION); 750 Intent intent = new Intent(Intents.DATA_SMS_RECEIVED_ACTION, uri) [all...] |
/development/samples/ApiDemos/ |
_index.html | 8 <li>Intents</li>
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
SharingSupport.java | 42 * sharing intents with a type of text/plain. It provides an example of writing a sharing
|
/development/samples/training/ContactsList/ |
AndroidManifest.xml | 48 via meta-data tag. This allows this activity to receive search intents via the
|
/frameworks/base/core/java/com/android/internal/util/ |
AsyncService.java | 28 * A service that receives Intents and IBinder transactions
|
/frameworks/base/docs/html/about/versions/ |
android-4.0.3.jd | 63 <li><a href="#intents">Intents</a></li> 247 <h3 id="intents">Intents</h3>
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
advanced-nfc.jd | 21 handle intents even when other applications filter for the same ones.</p> 132 intents</a> for more information. In general, the tag dispatch system tries to start a {@link 225 intents to your application. To enable the foreground dispatch system:</p> 239 <li>Declare intent filters to handle the intents that you want to intercept. The foreground
|
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
fields_index_additions.html | 326 <nobr><A HREF="android.provider.Contacts.Intents.html#android.provider.Contacts.Intents.EXTRA_CREATE_DESCRIPTION" class="hiddenlink" target="rightframe">EXTRA_CREATE_DESCRIPTION</A> 332 <nobr><A HREF="android.provider.Contacts.Intents.html#android.provider.Contacts.Intents.EXTRA_FORCE_CREATE" class="hiddenlink" target="rightframe">EXTRA_FORCE_CREATE</A> [all...] |
/frameworks/base/docs/html-intl/es/training/monitoring-device-state/ |
manifest-receivers.jd | 23 <li><a href="{@docRoot}guide/components/intents-filters.html">Intentos y filtros de intentos</a>
|
/frameworks/base/docs/html-intl/ja/training/monitoring-device-state/ |
battery-monitoring.jd | 24 <li><a href="{@docRoot}guide/components/intents-filters.html">??????????? ????</a>
|
/frameworks/base/docs/html-intl/ru/training/monitoring-device-state/ |
battery-monitoring.jd | 24 <li><a href="{@docRoot}guide/components/intents-filters.html">????????? ? ??????? ?????????</a>
|
/frameworks/base/docs/html-intl/zh-cn/training/monitoring-device-state/ |
battery-monitoring.jd | 24 <li><a href="{@docRoot}guide/components/intents-filters.html">intent ? intent ???</a>
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
ShortcutManager.java | 59 /** Observes the provider of shortcut+intents */
|
/frameworks/ex/common/java/com/android/common/ |
Search.java | 40 * {@link android.content.Intent#ACTION_WEB_SEARCH} intents.
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/ |
PhotoViewFragment.java | 43 import com.android.ex.photo.Intents; 222 mResolvedPhotoUri = mIntent.getStringExtra(Intents.EXTRA_RESOLVED_PHOTO_URI); 223 mThumbnailUri = mIntent.getStringExtra(Intents.EXTRA_THUMBNAIL_URI); 237 mPhotoView.setMaxInitialScale(mIntent.getFloatExtra(Intents.EXTRA_MAX_INITIAL_SCALE, 1));
|
/frameworks/opt/telephony/ |
README.txt | 28 The following are Intents that can be sent for testing pruproses on
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
ActionBarActivity.java | 308 * @param builder An empty TaskStackBuilder - the application should add intents representing 323 * Intents as generated by {@link #onCreateSupportNavigateUpTaskStack(TaskStackBuilder)}. 324 * If any extra data should be added to these intents before launching the new task, 327 * @param builder A TaskStackBuilder that has been populated with Intents by
|
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/ |
SmsMessageReceiver.java | 84 // This line is needed to make this intent compare differently than the other intents
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
ContactPhotoUtils.java | 96 * Adds common extras to gallery intents.
|