Searched defs:all (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmGenerator.java213 TreeMap<String, byte[]> all = new TreeMap<String, byte[]>();
221 all.put(name, b);
228 all.put(name, b);
235 all.put(name, b);
241 all.put(entry.getKey(), b);
251 createJar(new FileOutputStream(mOsDestJar), all);
259 * @param all The map of all classes to output.
262 void createJar(FileOutputStream outStream, Map<String,byte[]> all) throws IOException { argument
264 for (Entry<String, byte[]> entry : all
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationManagerCompat.java195 /** Cancel all previously shown notifications. */
302 * Queue a new task to be sent to all listeners. This function can be called
405 // Ensure all enabled components have a record in the listener map.
500 // Attempt to flush all items in the task queue.
593 final boolean all; field in class:NotificationManagerCompat.CancelTask
599 this.all = true;
606 this.all = false;
611 if (all) {
623 sb.append(", all:").append(all);
[all...]
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiSelector.java547 * sibling widgets as well all child widgets under a parent.
900 String dumpToString(boolean all) { argument
977 if (all)
983 if (all)
989 if (all)
995 if (all)
/frameworks/base/core/java/android/content/
H A DIntent.java153 * all of the other Intent attributes become optional.</p>
176 * -- Display all pickers for data that can be opened with
223 * Intent against all of the &lt;intent-filter&gt; descriptions in the
248 * <li> <p>The <b>categories</b>, if supplied, must <em>all</em> be listed
374 * <li> <p><b>{ action=android.app.action.MAIN }</b> matches all of the
382 * displays a list of all the notes under
613 * of all possible flags.
821 * activities a preferred activity, and all possible activities will
961 * bring up a list of all of the types of content the user can attach.
1256 * Activity Action: List all availabl
4089 Intent(Intent o, boolean all) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java290 // The flags that are set for all calls we make to the package manager.
384 /** Run all ActivityStacks through this */
612 * Last time we requested PSS data of all processes.
696 * Keeps track of all IIntentReceivers that have been registered for
742 * State of all active sticky broadcasts per user. Keys are the action of the
743 * sticky Intent, values are an ArrayList of all broadcasted intents with
746 * for stickies that are sent to all users.
777 * When service association tracking is enabled, this is all of the associations we
937 * List of initialization arguments to pass to all processes when binding applications to them.
1165 * through all processe
13253 boolean all; field in class:ActivityManagerService.ItemMatcher
[all...]

Completed in 204 milliseconds