HomeSort by relevance Sort by last modified time
    Searched full:intents (Results 251 - 275 of 516) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/app/
Service.java 126 * not stopped until started intents have been processed.
351 * {@link #onStartCommand}), and there are no new start intents to
357 * are no pending Intents to deliver.
382 * it is not finished processing all Intents sent to it (and any such
    [all...]
LocalActivityManager.java 313 ArrayList<Intent> intents = new ArrayList<Intent>(1); local
314 intents.add(intent);
316 mActivityThread.performNewIntents(r, intents);
  /frameworks/base/core/java/android/speech/
RecognizerResultsIntent.java 24 * Constants for intents related to showing speech recognition results.
  /frameworks/base/docs/html/guide/faq/
framework.jd 166 intents, you should write something like this:
  /frameworks/base/docs/html/guide/
guide_toc.cs 68 <li><a href="<?cs var:toroot ?>guide/components/intents-filters.html">
69 <span class="en">Intents and Intent Filters</span>
600 <li><a href="<?cs var:toroot ?>guide/appendix/g-app-intents.html">
601 <span class="en">Intents List: Google Apps</span>
  /frameworks/base/docs/html/guide/topics/manifest/
activity-alias-element.jd 33 intent filters on the target activity itself, determine which intents
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
classes_index_additions.html 115 <A HREF="pkg_android.provider.html#ContactsContract.Intents" class="hiddenlink" target="rightframe"><b>ContactsContract.Intents</b></A><br>
116 <A HREF="pkg_android.provider.html#ContactsContract.Intents.Insert" class="hiddenlink" target="rightframe"><b>ContactsContract.Intents.Insert</b></A><br>
  /frameworks/base/docs/html/training/basics/intents/
result.jd 43 <p class="note"><strong>Note:</strong> You can use explicit or implicit intents when you call
  /frameworks/base/docs/html/training/managing-audio/
audio-focus.jd 182 system broadcasts a number of intents to alert you to changes in user?s audio experience.
  /frameworks/base/test-runner/src/android/test/
ActivityInstrumentationTestCase2.java 32 * <li>You can inject custom Intents into your Activity (see
  /frameworks/support/v4/java/android/support/v4/content/
LocalBroadcastManager.java 33 * Helper to register for and send broadcasts of Intents to local objects
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDebugUtils.java 65 * Handles intents passed in via GattService.onStartCommand().
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorActivity.java 194 intent.putParcelableArrayListExtra(ContactsContract.Intents.Insert.DATA, values);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
MoreContactUtils.java 211 intent.setAction(ContactsContract.Intents.INVITE_CONTACT);
  /packages/apps/Email/src/com/android/email/service/
EmailBroadcastProcessorService.java 43 * The service that really handles broadcast intents on a worker thread.
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 289 // Handle intents that occur after the activity has already been created.
518 intent.putExtra(ContactsContract.Intents.Insert.EMAIL, address);
520 intent.putExtra(ContactsContract.Intents.Insert.PHONE, address);
521 intent.putExtra(ContactsContract.Intents.Insert.PHONE_TYPE,
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
Compatibility.java 89 * PACKAGE_REPLACED and PACKAGE_REMOVED intents. When run, it checks
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeExitDialog.java 293 * Listens for Emergency Callback Mode state change intents
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 203 // Creates an array of Intents with one element. This will be used to send an Intent
226 Menu.CATEGORY_ALTERNATIVE, // Add the Intents as options in the alternatives group.
234 // Intents mapping
  /development/scripts/app_engine_server/
redirects.yaml 217 - src: /guide/topics/intents/intents-filters.html
218 dst: /guide/components/intents-filters.html
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java 132 * intents that contains the name of the vendor-specific command.
139 * intents that contains the AT command type of the vendor-specific command.
182 * {@link #ACTION_VENDOR_SPECIFIC_HEADSET_EVENT} intents that contains
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
pkg_android.provider.html 365 <A NAME="ContactsContract.Intents"></A>
366 <nobr><A HREF="android.provider.ContactsContract.Intents.html">ContactsContract.Intents</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/3/
missingSinces.txt     [all...]
  /frameworks/base/docs/html/training/basics/firstapp/
starting-activity.jd 104 app?s "intent to do something." You can use intents for a wide
128 specifies the exact app component to which the intent should be given. However, intents
133 href="{@docRoot}training/basics/intents/index.html">Interacting with Other Apps</a>.</p>
  /frameworks/base/docs/html/training/location/
activity-recognition.jd 572 * This implementation ignores intents that don't contain
631 explicit intents. How the incoming activity update intents are created is described in the

Completed in 1700 milliseconds

<<11121314151617181920>>