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

<<111213141516171819

  /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/core/java/android/app/
Activity.java     [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 52 import android.provider.ContactsContract.Intents.UI;
78 * embedded using intents.
    [all...]
ContactSelectionActivity.java 45 import android.provider.ContactsContract.Intents.Insert;
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 51 import android.provider.ContactsContract.Intents;
52 import android.provider.ContactsContract.Intents.Insert;
520 * 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 235 * it not visible to implicit intents that filter out stopped packages.
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 51 * receiving broadcast intents from the Phone process whenever
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 125 // This works only because these broadcast intents are "sticky"
  /frameworks/base/core/java/android/server/search/
Searchables.java 172 * ACTION_SEARCH & ACTION_WEB_SEARCH intents.
  /frameworks/base/core/tests/coretests/src/android/app/activity/
BroadcastTest.java 156 // 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/guide/topics/ui/
menus.jd 33 <li><a href="#intents">Adding Menu Items Based on an Intent</a>
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
alldiffs_index_additions.html     [all...]
jdiff_statistics.html 512 <TD><A HREF="android.provider.Contacts.Intents.html">
513 android.provider.Contacts.Intents</A></TD>
552 <TD><A HREF="android.provider.Contacts.Intents.Insert.html">
553 android.provider.Contacts.Intents.Insert</A></TD>
    [all...]
  /frameworks/base/docs/html/training/connect-devices-wirelessly/
wifi-direct.jd 62 <p>To use Wi-Fi Direct, you need to listen for broadcast intents that tell your
  /frameworks/base/telephony/java/android/telephony/
SmsCbMessage.java 56 * {@code SMS_CB_RECEIVED_ACTION} broadcast intents for incoming non-emergency broadcasts.
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 32 import android.provider.Telephony.Intents;
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
FmRadioIntent.java 228 /*** Fm TX Intents ***/
  /packages/apps/Browser/src/com/android/browser/
IntentHandler.java 43 * Handle all browser related intents
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 57 import android.provider.ContactsContract.Intents;
    [all...]

Completed in 1030 milliseconds

<<111213141516171819