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

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmGenerator.java196 TreeMap<String, byte[]> all = new TreeMap<String, byte[]>();
204 all.put(name, b);
211 all.put(name, b);
218 all.put(name, b);
225 createJar(new FileOutputStream(mOsDestJar), all);
233 * @param all The map of all classes to output.
236 void createJar(FileOutputStream outStream, Map<String,byte[]> all) throws IOException { argument
238 for (Entry<String, byte[]> entry : all.entrySet()) {
276 * 1- For "mock" dependencies classes, we want to remove all cod
[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/core/java/android/app/
H A DApplicationThreadNative.java527 boolean all = data.readInt() != 0;
532 mi = dumpMemInfo(fd.getFileDescriptor(), checkin, all, args);
1162 public Debug.MemoryInfo dumpMemInfo(FileDescriptor fd, boolean checkin, boolean all, argument
1169 data.writeInt(all ? 1 : 0);
H A DIApplicationThread.java129 Debug.MemoryInfo dumpMemInfo(FileDescriptor fd, boolean checkin, boolean all, argument
H A DActivityThread.java202 // XXX For now we keep around information about all packages we have
813 // This function exists to make sure all receiver dispatching is
899 boolean all, String[] args) {
903 return dumpMemInfo(pw, checkin, all);
909 private Debug.MemoryInfo dumpMemInfo(PrintWriter pw, boolean checkin, boolean all) { argument
917 if (!all) {
3546 // we can't clean up all windows here. Note that we can't do
4341 // all system is up. This includes the connectivity service, so don't
4825 * for all reference counted providers is one. Providers that are not reference
4826 * counted do not have a reference count (at all)
898 dumpMemInfo(FileDescriptor fd, boolean checkin, boolean all, String[] args) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java135 * all of the other Intent attributes become optional.</p>
158 * -- Display all pickers for data that can be opened with
205 * Intent against all of the &lt;intent-filter&gt; descriptions in the
230 * <li> <p>The <b>categories</b>, if supplied, must <em>all</em> be listed
356 * <li> <p><b>{ action=android.app.action.MAIN }</b> matches all of the
364 * displays a list of all the notes under
595 * of all possible flags.
794 * activities a preferred activity, and all possible activities will
901 * bring up a list of all of the types of content the user can attach.
1191 * Activity Action: List all availabl
3591 Intent(Intent o, boolean all) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java211 // The flags that are set for all calls we make to the package manager.
537 * Keeps track of all IIntentReceivers that have been registered for
582 * State of all active sticky broadcasts per user. Keys are the action of the
583 * sticky Intent, values are an ArrayList of all broadcasted intents with
586 * for stickies that are sent to all users.
601 * waiting to receive all of the thumbnails for a task.
680 * List of initialization arguments to pass to all processes when binding applications to them.
839 * protect all related state.
1712 // We need to tell all apps about the system property change.
1740 // log all other
9837 boolean all; field in class:ActivityManagerService.ItemMatcher
[all...]

Completed in 304 milliseconds