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

<<111213141516171819

  /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>
    [all...]
  /frameworks/base/docs/html/intl/es/training/monitoring-device-state/
battery-monitoring.jd 24 <li><a href="{@docRoot}guide/components/intents-filters.html">Intentos y filtros de intentos</a>
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java     [all...]
  /frameworks/base/services/java/com/android/server/
CommonTimeManagementService.java 173 // Register with the connectivity manager for connectivity changed intents.
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 20 * The intents that the telephony services broadcast.
  /frameworks/opt/mailcommon/java/com/android/mailcommon/
WebViewContextMenu.java 224 addIntent.putExtra(ContactsContract.Intents.Insert.PHONE, decodedPhoneExtra);
  /packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java 218 intent.setAction(ContactsContract.Intents.INVITE_CONTACT);
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 41 * picking a contact with one of the PICK intents).
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 123 // Configure Icons and Intents. Notice actionIcon is already set to 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/
RingerVolumePreference.java 20 import static android.provider.Telephony.Intents.SPN_STRINGS_UPDATED_ACTION;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventManager.java 125 // This works only because these broadcast intents are "sticky"
  /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/core/java/android/content/pm/
PackageParser.java 3242 public final ArrayList<II> intents; field in class:PackageParser.Component
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 333 * List of intents that were used to start the most recent tasks.
498 * Resolver for broadcast intents to registered receivers.
523 * sticky Intent, values are an ArrayList of all broadcasted intents with
9566 ArrayList<Intent> intents = ent.getValue(); local
    [all...]
  /frameworks/base/core/java/android/app/
SearchableInfo.java 202 * useful if all intents will have the same action
217 * 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/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
  /packages/apps/Email/src/com/android/email/widget/
EmailWidget.java 236 * handle intents created by remote views.
473 // Set button intents for view, reply, and delete
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 451 // Listen for broadcast intents that might affect the onscreen UI for headset.
477 // Unregister for broadcast intents. (These affect the visible UI,
  /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/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java 26 import android.provider.Telephony.Sms.Intents;
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java 600 // we get these intents *before* the media player.)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
alldiffs_index_all.html     [all...]
  /frameworks/base/media/java/android/media/
AudioManager.java     [all...]

Completed in 905 milliseconds

<<111213141516171819