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.java223 TreeMap<String, byte[]> all = new TreeMap<String, byte[]>();
231 all.put(name, b);
238 all.put(name, b);
245 all.put(name, b);
251 all.put(entry.getKey(), b);
261 createJar(new FileOutputStream(mOsDestJar), all);
269 * @param all The map of all classes to output.
272 void createJar(FileOutputStream outStream, Map<String,byte[]> all) throws IOException { argument
274 for (Entry<String, byte[]> entry : all
[all...]
/frameworks/testing/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/services/java/com/android/server/pm/
H A DUserManagerService.java897 * Removes all the restrictions files (res_<packagename>) for a given user, if all is true,
901 private void cleanAppRestrictions(int userId, boolean all) { argument
910 if (all) {
979 * Removes a user and all data directories created for that user. This method should be called
1220 // Remove all user restrictions
1475 // all restrictions files that might have been left behind, else clean up just the
/frameworks/base/core/java/android/content/
H A DIntent.java139 * all of the other Intent attributes become optional.</p>
162 * -- Display all pickers for data that can be opened with
209 * Intent against all of the &lt;intent-filter&gt; descriptions in the
234 * <li> <p>The <b>categories</b>, if supplied, must <em>all</em> be listed
360 * <li> <p><b>{ action=android.app.action.MAIN }</b> matches all of the
368 * displays a list of all the notes under
599 * of all possible flags.
798 * activities a preferred activity, and all possible activities will
905 * bring up a list of all of the types of content the user can attach.
1193 * Activity Action: List all availabl
3742 Intent(Intent o, boolean all) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java250 // The flags that are set for all calls we make to the package manager.
329 /** Run all ActivityStacks through this */
552 * Last time we requested PSS data of all processes.
630 * Keeps track of all IIntentReceivers that have been registered for
676 * State of all active sticky broadcasts per user. Keys are the action of the
677 * sticky Intent, values are an ArrayList of all broadcasted intents with
680 * for stickies that are sent to all users.
695 * waiting to receive all of the thumbnails for a task.
787 * List of initialization arguments to pass to all processes when binding applications to them.
968 * protect all relate
11119 boolean all; field in class:ActivityManagerService.ItemMatcher
[all...]

Completed in 448 milliseconds