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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DAnqpCache.java49 * for the cache, i.e. all APs with identical SSID is considered an ESS,
159 public void clear(boolean all, boolean debug) { argument
162 if (all) {
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmGenerator.java250 TreeMap<String, byte[]> all = new TreeMap<String, byte[]>();
258 all.put(name, b);
265 all.put(name, b);
272 all.put(name, b);
278 all.put(entry.getKey(), b);
288 createJar(new FileOutputStream(mOsDestJar), all);
296 * @param all The map of all classes to output.
299 void createJar(FileOutputStream outStream, Map<String,byte[]> all) throws IOException { argument
301 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/av/services/camera/libcameraservice/
H A DCameraService.cpp657 // Ensure all vendor operations are present
666 // Read all vendor tag definitions into a descriptor
986 // Get priorites of all active PIDs
990 // Update all active clients' priorities
1529 // Assume all devices pre-v3.3 are backward-compatible
1621 // Current user has switched, evict all current clients.
1768 // We share the media players for shutter and recording sound for all clients.
2134 auto all = getAll(); local
2137 for (auto& i : all) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java184 * Framework keeps a list of (the CRC32 hashes of) all SSIDs that where deleted by user,
484 * N means that we will make N+1 connection attempts in all.
685 public void trimANQPCache(boolean all) { argument
686 mAnqpCache.clear(all, DBG);
722 * and enable all stored networks in supplicant.
725 if (DBG) log("Loading config and enabling all networks ");
760 * This function returns all configuration, and is used for cebug and creating bug reports.
809 * Fetch the preSharedKeys for all networks.
901 * Enable all networks and save config. This will be a no-op if the list
902 * of configured networks indicates all network
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java155 * all of the other Intent attributes become optional.</p>
178 * -- Display all pickers for data that can be opened with
225 * Intent against all of the &lt;intent-filter&gt; descriptions in the
250 * <li> <p>The <b>categories</b>, if supplied, must <em>all</em> be listed
376 * <li> <p><b>{ action=android.app.action.MAIN }</b> matches all of the
384 * displays a list of all the notes under
615 * of all possible flags.
823 * activities a preferred activity, and all possible activities will
963 * bring up a list of all of the types of content the user can attach.
1290 * Activity Action: List all availabl
4378 Intent(Intent o, boolean all) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java305 // The flags that are set for all calls we make to the package manager.
408 /** Run all ActivityStacks through this */
648 * Last time we requested PSS data of all processes.
676 * Track all uids that have actively running processes.
737 * Keeps track of all IIntentReceivers that have been registered for broadcasts.
781 * State of all active sticky broadcasts per user. Keys are the action of the
782 * sticky Intent, values are an ArrayList of all broadcasted intents with
785 * for stickies that are sent to all users.
816 * When service association tracking is enabled, this is all of the associations we
981 * List of initialization arguments to pass to all processe
13794 boolean all; field in class:ActivityManagerService.ItemMatcher
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1665 milliseconds