HomeSort by relevance Sort by last modified time
    Searched full:intents (Results 226 - 250 of 459) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/guide/topics/providers/
contacts-provider.jd     [all...]
  /frameworks/base/core/java/android/app/
AlarmManager.java 100 * scheduled (with the equality of two intents being defined by
110 * Alarm intents are delivered with a data extra of type int called
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...]
IActivityManager.java 175 int requestCode, Intent[] intents, String[] resolvedTypes,
313 Intent[] intents, String[] resolvedTypes, IBinder resultTo,
316 Intent[] intents, String[] resolvedTypes, IBinder resultTo,
    [all...]
LocalActivityManager.java 313 ArrayList<Intent> intents = new ArrayList<Intent>(1); local
314 intents.add(intent);
316 mActivityThread.performNewIntents(r, intents);
  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 35 import android.provider.Telephony.Intents;
134 Intent intent = new Intent(Intents.SECRET_CODE_ACTION,
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 190 * For intents used to notify the user that a download exceeds a size threshold, if this extra
267 // sending spoofed intents.
  /external/dbus/
NEWS.pre-1-2 26 intents and purposes this is the 1.2.0 release WITHOUT the planned X11/MIT
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 48 * android.content.BroadcastReceiver}, and it will be sent the AppWidget 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 167 intents, you should write something like this:
  /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/docs/html/training/
training_toc.cs 107 <div class="nav-section-header"><a href="<?cs var:toroot ?>training/basics/intents/index.html">
111 <li><a href="<?cs var:toroot ?>training/basics/intents/sending.html">
115 <li><a href="<?cs var:toroot ?>training/basics/intents/result.html">
119 <li><a href="<?cs var:toroot ?>training/basics/intents/filters.html">
  /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/Contacts/src/com/android/contacts/activities/
ContactEditorActivity.java 194 intent.putParcelableArrayListExtra(ContactsContract.Intents.Insert.DATA, values);
  /packages/apps/Email/src/com/android/email/service/
EmailBroadcastProcessorService.java 43 * The service that really handles broadcast intents on a worker thread.
  /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
  /packages/apps/Settings/src/com/android/settings/
WirelessSettings.java 79 // Let the intents be launched by the Preference manager
  /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
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java 131 * intents that contains the name of the vendor-specific command.
138 * intents that contains the AT command type of the vendor-specific command.
181 * {@link #ACTION_VENDOR_SPECIFIC_HEADSET_EVENT} intents that contains

Completed in 2300 milliseconds

1 2 3 4 5 6 7 8 91011>>