Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 139) sorted by relevance

123456

/frameworks/base/core/java/android/nfc/
DApduList.java14 private ArrayList<byte[]> commands = new ArrayList<byte[]>(); field in ApduList
20 commands.add(command); in add()
24 return commands; in get()
48 commands.add(cmd); in ApduList()
59 dest.writeInt(commands.size()); in writeToParcel()
61 for (byte[] cmd : commands) { in writeToParcel()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DSupplicantBridge.java249 List<String> commands = new ArrayList<String>(); in getWPSNetCommands() local
252 commands.add(String.format("SET_NETWORK %s key_mgmt WPA-EAP", netID)); in getWPSNetCommands()
253 commands.add(String.format("SET_NETWORK %s ssid %s", netID, escapeSSID(networkDetail))); in getWPSNetCommands()
254 commands.add(String.format("SET_NETWORK %s bssid %s", in getWPSNetCommands()
256 commands.add(String.format("SET_NETWORK %s eap %s", in getWPSNetCommands()
266 commands.add(String.format("SET_NETWORK %s identity %s", in getWPSNetCommands()
268 commands.add(String.format("SET_NETWORK %s password %s", in getWPSNetCommands()
270 commands.add(String.format("SET_NETWORK %s anonymous_identity \"anonymous\"", in getWPSNetCommands()
276 commands.add(String.format("SET_NETWORK %s priority 0", netID)); in getWPSNetCommands()
277 commands.add(String.format("ENABLE_NETWORK %s", netID)); in getWPSNetCommands()
[all …]
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dmenu_design.jd44 <li>An Options menu is for any commands that are global to the current activity. </li>
45 <li>A Context menu is for any commands that apply to the current selection. </li>
47 <li>Put only the most important commands fixed on the screen. </li>
48 …<li>The commands on the Context menu that appears when you touch &amp; hold on an item should be d…
65 …tyle="padding-top: 4px;"><a href=#separate_commands>Separate specific from global commands</a></li>
67 …<li style="padding-top: 4px;"><a href=#dont_put_commands>Don't put commands <em>only</em> in a Con…
71 …ing-top: 4px;"><a href=#most_important_commands>Put only most important commands fixed on the scre…
91 A menu holds a set of commands (user actions) that are normally hidden, and
92 are accessible by a button, key, or gesture. Menu commands provide a means
138 The Options menu contains commands that apply globally across the current
[all …]
/frameworks/base/tools/preload/
DMemoryUsage.java222 String[] commands = GET_DIRTY_PAGES; in measure() local
226 commandList.addAll(Arrays.asList(commands)); in measure()
228 commands = commandList.toArray(new String[commandList.size()]); in measure()
232 final Process process = Runtime.getRuntime().exec(commands); in measure()
251 + ": " + line + "; command was " + Arrays.toString(commands)); in measure()
/frameworks/base/docs/html/tools/help/
Dsqlite3.jd8 created by Android applications. The <code>sqlite3</code> tool includes many useful commands,
11 SQLite commands on the fly.</p>
28 <li>Once you invoke <code>sqlite3</code>, you can issue <code>sqlite3</code> commands in the
39 <em>.... enter commands, then quit...</em>
Ddesktop-head-unit.jd12 <li><a href="#dhu-commands">Issuing DHU Commands</a></li>
57 "#cmd-bindings">DHU commands and key bindings</a>. If the DHU is in rotary
62 <h2 id="dhu-commands">Issuing DHU Commands</h2>
65 DHU commands allow you to test your app with Android Auto features, such as
66 playing voice input or switching between night and day display mode. You can issue commands to
67 the DHU by running commands from the terminal window where you launched DHU.
68 You can also issue commands by selecting the DHU window and
69 using keyboard shortcuts. The DHU commands
71 commands and key bindings</a>.
102 voice commands. These sound files are installed in the
[all …]
Dadb.jd43 it binds to local TCP port 5037 and listens for commands sent from adb clients&mdash;all adb
59 <p>Once the server has set up connections to all emulator instances, you can use adb commands to
61 instances and handles commands from multiple adb clients, you can control any emulator/device
81 that USB debugging and other adb commands cannot be executed unless you're able to unlock the
94 <p>You can issue adb commands from a command line on your development machine or from a script.
110 <p>The table below lists all of the supported adb commands and explains their meaning and usage. </…
112 <p class="table-caption"><strong>Table 1.</strong> Available adb commands</p>
150 <td>Prints a list of supported adb commands.</td>
240 …and to other adb commands, in which case adb will wait until the emulator/device instance is conne…
243 …em is fully booted. For that reason, you should not prepend it to other commands that require a fu…
[all …]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphReader.java559 CommandStack commands = new CommandStack(context); in getBuilderForXmlString() local
560 reader.parseString(source, commands); in getBuilderForXmlString()
561 commands.execute(); in getBuilderForXmlString()
562 return commands.getBuilder(); in getBuilderForXmlString()
570 CommandStack commands = new CommandStack(context); in getBuilderForXmlResource() local
571 reader.parseInput(inputStream, commands); in getBuilderForXmlResource()
572 commands.execute(); in getBuilderForXmlResource()
573 return commands.getBuilder(); in getBuilderForXmlResource()
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DEventsCommand.java17 package com.android.commands.uiautomator;
22 import com.android.commands.uiautomator.Launcher.Command;
DDumpCommand.java17 package com.android.commands.uiautomator;
26 import com.android.commands.uiautomator.Launcher.Command;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DModelInterpreter.java527 String[] commands; in processLine() local
529 commands = splitCommands(line); in processLine()
531 for (int i = 0; i < commands.length ; i++) { in processLine()
532 String command = commands[i]; in processLine()
/frameworks/base/cmds/am/
Dam8 exec app_process $base/bin com.android.commands.am.Am "$@"
/frameworks/base/cmds/hid/
Dhid8 exec app_process $base/bin com.android.commands.hid.Hid "$@"
/frameworks/base/cmds/bu/
Dbu5 exec app_process $base/bin com.android.commands.bu.Backup "$@"
/frameworks/base/cmds/telecom/
Dtelecom5 exec app_process $base/bin com.android.commands.telecom.Telecom "$@"
/frameworks/base/cmds/dpm/
Ddpm5 exec app_process $base/bin com.android.commands.dpm.Dpm "$@"
/frameworks/base/cmds/settings/
Dsettings5 exec app_process $base/bin com.android.commands.settings.SettingsCmd "$@"
/frameworks/base/cmds/requestsync/
Drequestsync5 exec app_process $base/bin com.android.commands.requestsync.RequestSync "$@"
/frameworks/base/cmds/content/
Dcontent4 exec app_process $base/bin com.android.commands.content.Content "$@"
/frameworks/base/cmds/bmgr/
Dbmgr6 exec app_process $base/bin com.android.commands.bmgr.Bmgr "$@"
/frameworks/base/cmds/appops/
Dappops4 exec app_process $base/bin com.android.commands.appops.AppOpsCommand "$@"
/frameworks/base/cmds/appwidget/
Dappwidget4 exec app_process $base/bin com.android.commands.appwidget.AppWidget "$@"
/frameworks/base/cmds/svc/
Dsvc6 exec app_process $base/bin com.android.commands.svc.Svc $*
/frameworks/base/cmds/ime/
Dime6 exec app_process $base/bin com.android.commands.ime.Ime "$@"
/frameworks/base/cmds/media/
Dmedia6 exec app_process $base/bin com.android.commands.media.Media "$@"

123456