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

<<11121314151617181920>>

  /frameworks/base/services/java/com/android/server/location/
GeofenceManager.java 338 // release lock before sending intents
  /frameworks/opt/mailcommon/java/com/android/mailcommon/
WebViewContextMenu.java 224 addIntent.putExtra(ContactsContract.Intents.Insert.PHONE, decodedPhoneExtra);
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProvider.java 40 * as volume changes or {@link MediaControlIntent media control intents}
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 45 * picking a contact with one of the PICK intents).
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 119 // Configure Icons and Intents. Notice actionIcon is already set to the phone
  /packages/apps/Dialer/
AndroidManifest.xml 44 <!-- allow broadcasting secret code intents that reboot the phone -->
  /packages/apps/Music/src/com/android/music/
AudioPreview.java 54 * Dialog that comes up in response to various music-related VIEW intents.
  /packages/apps/Settings/src/com/android/settings/
WirelessSettings.java 94 // Let the intents be launched by the Preference manager
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventManager.java 127 // This works only because these broadcast intents are "sticky"
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 162 // Build action intents
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_manifest_attrs.xml 157 tags can be included inside of an activity-alias, to specify the Intents
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 333 * List of intents that were used to start the most recent tasks.
544 * Resolver for broadcast intents to registered receivers.
583 * sticky Intent, values are an ArrayList of all broadcasted intents with
10079 ArrayList<Intent> intents = ent.getValue(); local
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 3433 public final ArrayList<II> intents; field in class:PackageParser.Component
    [all...]
  /frameworks/base/core/java/android/app/
IActivityManager.java 177 int requestCode, Intent[] intents, String[] resolvedTypes,
316 Intent[] intents, String[] resolvedTypes, IBinder resultTo,
    [all...]
SearchableInfo.java 204 * useful if all intents will have the same action
219 * useful if all intents will have similar data URIs,
    [all...]
  /frameworks/base/core/java/android/speech/
RecognizerIntent.java 344 * more information, from any of the broadcast intents specified in this class.
346 * Broadcast intents can be directed to the class name specified in the meta-data by creating
  /frameworks/base/docs/html/google/gcm/
gs.jd 106 of messages is implemented as an <a href="{@docRoot}guide/components/intents-filters.html">intent</a>.</li>
107 <li>An intent service to handle the intents received by the broadcast receiver. Optional.</li>
  /frameworks/base/docs/html/google/play/billing/v2/
billing_subscriptions.jd 43 the form of asynchronous broadcast intents. Your application does not manage any
269 broadcast intents as asynchronous responses &mdash; a <code>RESPONSE_CODE</code>
  /frameworks/base/docs/html/guide/topics/connectivity/usb/
host.jd 218 <h4 id="using-intents">Using an intent filter</h4>
289 <p class="note"><strong>Note:</strong> If your application <a href="#using-intents">uses an
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettings.java 150 profileFilter.addAction(ContactsContract.Intents.ACTION_PROFILE_CHANGED);
    [all...]
  /packages/apps/Contacts/
AndroidManifest.xml 50 <!-- allow broadcasting secret code intents that reboot the phone -->
474 <!-- Intercept Dialer Intents for devices without a phone.
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 466 // Listen for broadcast intents that might affect the onscreen UI for headset.
492 // Unregister for broadcast intents. (These affect the visible UI,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 114 // get the action and category values for the Intents.
115 progress.subTask("Intents");
  /frameworks/base/core/res/res/values-ca/
strings.xml     [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java 26 import android.provider.Telephony.Sms.Intents;
    [all...]

Completed in 1289 milliseconds

<<11121314151617181920>>