/frameworks/base/core/java/android/nfc/ |
D | ApduList.java | 14 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/ |
D | SupplicantBridge.java | 249 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/ |
D | menu_design.jd | 44 <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 & 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/ |
D | MemoryUsage.java | 222 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/ |
D | sqlite3.jd | 8 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>
|
D | desktop-head-unit.jd | 12 <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 …]
|
D | adb.jd | 43 it binds to local TCP port 5037 and listens for commands sent from adb clients—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/ |
D | GraphReader.java | 559 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/ |
D | EventsCommand.java | 17 package com.android.commands.uiautomator; 22 import com.android.commands.uiautomator.Launcher.Command;
|
D | DumpCommand.java | 17 package com.android.commands.uiautomator; 26 import com.android.commands.uiautomator.Launcher.Command;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | ModelInterpreter.java | 527 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/ |
D | am | 8 exec app_process $base/bin com.android.commands.am.Am "$@"
|
/frameworks/base/cmds/hid/ |
D | hid | 8 exec app_process $base/bin com.android.commands.hid.Hid "$@"
|
/frameworks/base/cmds/bu/ |
D | bu | 5 exec app_process $base/bin com.android.commands.bu.Backup "$@"
|
/frameworks/base/cmds/telecom/ |
D | telecom | 5 exec app_process $base/bin com.android.commands.telecom.Telecom "$@"
|
/frameworks/base/cmds/dpm/ |
D | dpm | 5 exec app_process $base/bin com.android.commands.dpm.Dpm "$@"
|
/frameworks/base/cmds/settings/ |
D | settings | 5 exec app_process $base/bin com.android.commands.settings.SettingsCmd "$@"
|
/frameworks/base/cmds/requestsync/ |
D | requestsync | 5 exec app_process $base/bin com.android.commands.requestsync.RequestSync "$@"
|
/frameworks/base/cmds/content/ |
D | content | 4 exec app_process $base/bin com.android.commands.content.Content "$@"
|
/frameworks/base/cmds/bmgr/ |
D | bmgr | 6 exec app_process $base/bin com.android.commands.bmgr.Bmgr "$@"
|
/frameworks/base/cmds/appops/ |
D | appops | 4 exec app_process $base/bin com.android.commands.appops.AppOpsCommand "$@"
|
/frameworks/base/cmds/appwidget/ |
D | appwidget | 4 exec app_process $base/bin com.android.commands.appwidget.AppWidget "$@"
|
/frameworks/base/cmds/svc/ |
D | svc | 6 exec app_process $base/bin com.android.commands.svc.Svc $*
|
/frameworks/base/cmds/ime/ |
D | ime | 6 exec app_process $base/bin com.android.commands.ime.Ime "$@"
|
/frameworks/base/cmds/media/ |
D | media | 6 exec app_process $base/bin com.android.commands.media.Media "$@"
|