HomeSort by relevance Sort by last modified time
    Searched full:intents (Results 201 - 225 of 476) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/ex/common/java/com/android/common/
NetworkConnectivityListener.java 35 * @deprecated Code tempted to use this class should simply listen for connectivity intents
  /frameworks/ex/common/java/com/android/common/speech/
LoggingEvents.java 21 * keys and values of extras to be specified in logging broadcast intents.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 34 * broadcast intents
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactPickerFragment.java 31 * picking a contact with one of the PICK or SHORTCUT intents).
  /packages/apps/Contacts/tests/res/values/
donottranslate_strings.xml 18 <string name="contactsIntents">Contacts Intents</string>
  /packages/apps/Email/src/com/android/email/activity/
ShortcutPicker.java 110 * intents that you will send back.
  /packages/apps/Mms/src/com/android/mms/widget/
MmsWidgetProvider.java 60 // The base class AppWidgetProvider's onReceive handles the normal widget intents. Here
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 159 // Link actions buttons to intents
  /packages/apps/Phone/tests/src/com/android/phone/tests/
CallDialTest.java 40 * CALL and DIAL intents.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutsProvider.java 33 * Handles broadcast intents for adding shortcuts to QSB.
Source.java 34 * Gets the name activity that intents from this source are sent to.
  /packages/providers/DownloadProvider/
AndroidManifest.xml 18 <!-- Allows to send download completed intents -->
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DownloadProviderFunctionalTest.java 38 * {@link DownloadService} with start intents. It sets up a {@link MockWebServer} running on the
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 437 mask = 0; // Don't check for received intents since we might have missed them.
506 mask = 0; // Don't check for received intents since we might have missed them.
800 mask = 0; // Don't check for received intents since we might have missed them.
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 142 "BroadcastReceiver components are not allowed to register to receive intents");
155 "BroadcastReceiver components are not allowed to register to receive intents");
984 (Activity)null, intents, options, userHandle.getIdentifier()); local
998 (Activity)null, intents, options); local
    [all...]
  /frameworks/base/docs/html/guide/topics/providers/
content-provider-basics.jd 63 <a href="#Intents">Data access via intents</a>
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
manifest-intro.jd 319 receivers) are activated by <i>intents</i>. An intent is a
329 Components advertise their capabilities &mdash; the kinds of intents they can
331 must learn which intents a component can handle before it launches the component,
348 <a href="{@docRoot}guide/components/intents-filters.html">Intents

Completed in 416 milliseconds

1 2 3 4 5 6 7 891011>>