/frameworks/opt/telephony/src/java/android/provider/ |
Telephony.java | 493 * Contains info about SMS related Intents that are broadcast. 495 public static final class Intents { 662 * of the RECEIVED_ACTION intents. The intent will have the [all...] |
/packages/apps/Phone/src/com/android/phone/ |
PhoneGlobals.java | 577 // we get these intents *before* the media player.) [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
alldiffs_index_all.html | [all...] |
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/core/java/android/app/ |
ActivityThread.java | 345 List<Intent> intents; field in class:ActivityThread.NewIntentData 348 return "NewIntentData{intents=" + intents + " token=" + token + "}"; 639 public final void scheduleNewIntent(List<Intent> intents, IBinder token) { 641 data.intents = intents; [all...] |
Activity.java | [all...] |
/frameworks/base/core/java/android/content/ |
Intent.java | 67 * <p>For information about how to create and resolve intents, read the 68 * <a href="{@docRoot}guide/topics/intents/intents-filters.html">Intents and Intent Filters</a> 143 * <p>Here are some examples of other operations you can specify as intents 183 * <p>There are two primary forms of intents you will use. 186 * <li> <p><b>Explicit Intents</b> have specified a component (via 192 * <li> <p><b>Implicit Intents</b> have not specified a component; 198 * <p>When using implicit intents, given such an arbitrary intent we need to 352 * <p>Given these capabilities, the following intents will resolve to th [all...] |
/frameworks/base/docs/html/about/versions/ |
android-3.1.jd | 493 android.content.Intent#ACTION_WEB_SEARCH} intents lets you open a search in a 684 intents</em>. It does this to prevent broadcasts from background services from 688 intents that should be allowed to activate stopped applications.</p> [all...] |
android-1.5.jd | 220 <li>Video and photo sharing Intents</li>
|
android-4.0-highlights.jd | [all...] |
/frameworks/base/docs/html/guide/topics/search/ |
adding-custom-suggestions.jd | 539 <p>Now that you provide custom search suggestions with custom intents, you 540 need your searchable activity to handle these intents when the user selects a 543 Here's an example of how you can handle the intents during your activity {@link [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
RawContactModifier.java | 41 import android.provider.ContactsContract.Intents; 42 import android.provider.ContactsContract.Intents.Insert; 526 * assuming the extras defined through {@link Intents}. [all...] |
/packages/apps/Dialer/src/com/android/dialer/ |
DialtactsActivity.java | 38 import android.provider.ContactsContract.Intents.UI; 80 * embedded using 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 | 252 * 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/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>
|
/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/reference/com/google/android/gms/common/ |
ConnectionResult.html | 964 will start any intents requiring user interaction.</div> 1000 <div class="jd-descrdiv">Resolves an error by starting any intents requiring user [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/plus/ |
PlusShare.html | 811 <td class="jd-descrcol" width="100%">Used as a string extra field in <code><a href="/reference/android/content/Intent.html#ACTION_SEND">ACTION_SEND</a></code> intents to 819 <td class="jd-descrcol" width="100%">Used as a bundle extra field in <code><a href="/reference/android/content/Intent.html#ACTION_SEND">ACTION_SEND</a></code> intents to [all...] |
/frameworks/base/docs/html/tools/help/ |
adb.jd | 676 <a href="" class="expandable" onclick="toggleExpandable(this,'.intents'); 679 <div class="intents" style="display:none"> 709 <dd>Add a null extra. This option is not supported for URI intents. 818 </div><!-- end 'intents' --> [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
|