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

<<11121314151617181920

  /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 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...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 496 * Contains info about SMS related Intents that are broadcast.
498 public static final class Intents {
665 * of the RECEIVED_ACTION intents. The intent will have the
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneGlobals.java 574 // 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/core/java/android/app/
ActivityThread.java 344 List<Intent> intents; field in class:ActivityThread.NewIntentData
347 return "NewIntentData{intents=" + intents + " token=" + token + "}";
631 public final void scheduleNewIntent(List<Intent> intents, IBinder token) {
633 data.intents = intents;
    [all...]
Activity.java     [all...]
  /frameworks/base/media/java/android/media/
AudioManager.java     [all...]
  /docs/source.android.com/src/tech/security/
index.md 502 intents, that are not available to third-party applications, but that may be
582 + **Intents**: An Intent is a simple message object that represents an
587 runs it. Intents can also be used to broadcast interesting events (such as a
    [all...]
  /frameworks/base/docs/html/about/versions/
android-3.1.jd 491 android.content.Intent#ACTION_WEB_SEARCH} intents lets you open a search in a
682 intents</em>. It does this to prevent broadcasts from background services from
686 intents that should be allowed to activate stopped applications.</p>
    [all...]
android-1.5.jd 219 <li>Video and photo sharing Intents</li>
android-4.0-highlights.jd     [all...]
  /frameworks/base/docs/html/guide/topics/search/
adding-custom-suggestions.jd 540 <p>Now that you provide custom search suggestions with custom intents, you
541 need your searchable activity to handle these intents when the user selects a
544 Here's an example of how you can handle the intents during your activity {@link
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
DialtactsActivity.java 37 import android.provider.ContactsContract.Intents.UI;
78 * embedded using intents.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java 41 import android.provider.ContactsContract.Intents;
42 import android.provider.ContactsContract.Intents.Insert;
524 * assuming the extras defined through {@link Intents}.
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
_index.html 292 <dd>Demonstrates an activity that receives Search intents and handles them.</dd>
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 238 * it not visible to implicit intents that filter out stopped packages.
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 46 * receiving broadcast intents from the Phone process whenever
  /frameworks/base/core/java/android/server/search/
Searchables.java 186 * ACTION_SEARCH & ACTION_WEB_SEARCH intents.
  /frameworks/base/core/tests/coretests/src/android/app/activity/
BroadcastTest.java 157 // System.out.println("Too many intents received: now at "
LaunchpadActivity.java 541 // System.out.println("Too many intents received: now at "
  /frameworks/base/docs/html/distribute/googleplay/strategies/
app-quality.jd 117 Third-party integrations can provide even more user delight and give the user a feeling of device cohesiveness. It's also a really nice way of adding functionality to your app without writing any extra code (by leveraging other apps' functionalities). For example, if you're creating a camera app, you can allow users to edit their photos in another app before saving them to their collection, if they have that third-party application installed. More information on this subject is available in the Android Training class <a href="{@docRoot}training/basics/intents/index.html">Interacting with Other Apps</a>.</p>

Completed in 975 milliseconds

<<11121314151617181920