HomeSort by relevance Sort by last modified time
    Searched refs:intents (Results 26 - 42 of 42) sorted by null

12

  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 254 public void startActivities(Intent[] intents) {
  /frameworks/base/core/java/android/app/
IActivityManager.java 208 int requestCode, Intent[] intents, String[] resolvedTypes,
345 Intent[] intents, String[] resolvedTypes, IBinder resultTo) throws RemoteException;
347 Intent[] intents, String[] resolvedTypes, IBinder resultTo) throws RemoteException;
    [all...]
ActivityThread.java 294 List<Intent> intents; field in class:ActivityThread.NewIntentData
297 return "NewIntentData{intents=" + intents + " token=" + token + "}";
578 public final void scheduleNewIntent(List<Intent> intents, IBinder token) {
580 data.intents = intents;
    [all...]
ActivityManagerNative.java 1395 Intent[] intents = data.createTypedArray(Intent.CREATOR); local
1409 Intent[] intents = data.createTypedArray(Intent.CREATOR); local
    [all...]
ContextImpl.java 117 "IntentReceiver components are not allowed to register to receive intents");
858 public void startActivities(Intent[] intents) {
859 if ((intents[0].getFlags()&Intent.FLAG_ACTIVITY_NEW_TASK) == 0) {
867 (Activity)null, intents); local
    [all...]
ApplicationThreadNative.java 687 public void scheduleNewIntent(List<Intent> intents, IBinder token)
691 data.writeTypedList(intents);
    [all...]
Activity.java     [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 3057 public final ArrayList<II> intents; field in class:PackageParser.Component
    [all...]
  /frameworks/base/docs/html/resources/
resources-data.js 20 'intent': 'Intents',
72 en: 'Android offers a very powerful and yet easy-to-use message type called an intent. You can use intents to turn applications into high-level libraries and make code modular and reusable. While it is nice to be able to make use of a loosely coupled API, there is no guarantee that the intent you send will be received by another application. This article describes a technique you can use to find out whether the system contains any application capable of responding to the intent you want to use.'
352 en: 'This article introduces WikiNotes for Android, part of the Apps for Android project. It covers the use of Linkify to turn ordinary text views into richer, link-oriented content that causes Android intents to fire when a link is selected.'
357 path: 'articles/wikinotes-intents.html',
359 en: 'WikiNotes: Routing Intents'
362 en: 'This article illustrates how an application, in this case the WikiNotes sample app, can use intents to route various types of linked text to the application that handles that type of data. For example, an app can use intents to route a linked telephone number to a dialer app and a web URL to a browser.'
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 315 * List of intents that were used to start the most recent tasks.
488 * Resolver for broadcast intents to registered receivers.
513 * sticky Intent, values are an ArrayList of all broadcasted intents with
8996 ArrayList<Intent> intents = ent.getValue(); local
    [all...]
ActivityStack.java     [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 111 <li><a href="<?cs var:toroot ?>guide/topics/intents/intents-filters.html">
112 <span class="en">Intents and Intent Filters</span>
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/15/
android.jar 

Completed in 1166 milliseconds

12