Searched refs:commands (Results 1 – 25 of 38) sorted by relevance
12
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | menu_design.jd | 10 <li>An Options menu is for any commands that are global to the current activity. </li> 11 <li>A Context menu is for any commands that apply to the current selection. </li> 13 <li>Put only the most important commands fixed on the screen. </li> 14 …<li>The commands on the Context menu that appears when you touch & hold on an item should be d… 31 …tyle="padding-top: 4px;"><a href=#separate_commands>Separate specific from global commands</a></li> 33 …<li style="padding-top: 4px;"><a href=#dont_put_commands>Don't put commands <em>only</em> in a Con… 37 …ing-top: 4px;"><a href=#most_important_commands>Put only most important commands fixed on the scre… 57 A menu holds a set of commands (user actions) that are normally hidden, and 58 are accessible by a button, key, or gesture. Menu commands provide a means 104 The Options menu contains commands that apply globally across the current [all …]
|
D | index.jd | 47 menu items, when to put commands on-screen, and other details about
|
/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()
|
/frameworks/base/telephony/java/com/android/internal/telephony/test/ |
D | ModelInterpreter.java | 573 String[] commands; in processLine() local 575 commands = splitCommands(line); in processLine() 577 for (int i = 0; i < commands.length ; i++) { in processLine() 578 String command = commands[i]; in processLine()
|
/frameworks/base/cmds/installd/ |
D | Android.mk | 7 installd.c commands.c utils.c
|
/frameworks/base/cmds/input/ |
D | input | 6 exec app_process $base/bin com.android.commands.input.Input $*
|
/frameworks/base/cmds/ime/ |
D | ime | 6 exec app_process $base/bin com.android.commands.ime.Ime "$@"
|
/frameworks/base/cmds/bmgr/ |
D | bmgr | 6 exec app_process $base/bin com.android.commands.bmgr.Bmgr "$@"
|
/frameworks/base/cmds/am/ |
D | am | 6 exec app_process $base/bin com.android.commands.am.Am "$@"
|
/frameworks/base/cmds/pm/ |
D | pm | 6 exec app_process $base/bin com.android.commands.pm.Pm "$@"
|
/frameworks/base/cmds/svc/ |
D | svc | 6 exec app_process $base/bin com.android.commands.svc.Svc $*
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | adb.jd | 9 <li>Run shell commands on a device</li> 82 …When the server starts, it binds to local TCP port 5037 and listens for commands sent from adb cli… 95 …use adb commands to control and access those instances. Because the server manages connections to … 97 <p>The sections below describe the commands that you can use to access adb capabilities and manage … 103 <p>You can issue adb commands from a command line on your development machine or from a script. The… 113 <p>Before issuing adb commands, it is helpful to know what emulator/device instances are connected … 153 …specify a target instance when issuing adb commands. To so so, use the <code>-s</code> option in t… 190 …commands <code>pull</code> and <code>push</code> to copy files to and from an emulator/device inst… 198 <p>In the commands, <code><local></code> and <code><remote></code> refer to the paths t… 207 <p>The table below lists all of the supported adb commands and explains their meaning and usage. </… [all …]
|
D | emulator.jd | 107 you can use a variety of commands and options to control the its behaviors. 150 built-in commands to simulate GSM phone calling or SMS between emulator 170 console commands as described later in this document.</p> 203 href="#console">console commands</a> to control the behaviors and 1042 network redirections: using emulator console commands and using the ADB tool, as 1049 issue commands that are specific to that instance. You can use the 1078 list</code>. For more information about these and other console commands, see 1206 …eristics and simulate telephony events. To access the console and enter commands, you use telnet t… 1221 …r <code>help [command]</code> to see a list of console commands and learn about specific commands.… 1266 <p>The console provides commands to let you set the geo position used by an emulator emulated devic… [all …]
|
/frameworks/base/cmds/svc/src/com/android/commands/svc/ |
D | DataCommand.java | 17 package com.android.commands.svc;
|
D | WifiCommand.java | 17 package com.android.commands.svc;
|
D | PowerCommand.java | 17 package com.android.commands.svc;
|
D | Svc.java | 17 package com.android.commands.svc;
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
D | Input.java | 17 package com.android.commands.input;
|
/frameworks/base/opengl/tools/glgen/ |
D | gen | 94 echo Please evaluate the following commands:
|
/frameworks/base/cmds/ime/src/com/android/commands/ime/ |
D | Ime.java | 17 package com.android.commands.ime;
|
/frameworks/base/docs/html/sdk/ |
D | tools-notes.jd | 71 test-project</code> commands to allow for greater flexibility in the location of the
|
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/ |
D | Bmgr.java | 17 package com.android.commands.bmgr;
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
D | Am.java | 19 package com.android.commands.am;
|
/frameworks/base/docs/html/guide/topics/data/ |
D | data-storage.jd | 166 table contents, run SQL commands, and perform other useful functions on SQLite
|
/frameworks/base/docs/html/guide/developing/ |
D | device.jd | 169 you can issue commands with the <code>-d</code> flag to target your
|
12