Home
last modified time | relevance | path

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

12

/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dmenu_design.jd10 <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 &amp; 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 …]
Dindex.jd47 menu items, when to put commands on-screen, and other details about
/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()
/frameworks/base/telephony/java/com/android/internal/telephony/test/
DModelInterpreter.java573 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/
DAndroid.mk7 installd.c commands.c utils.c
/frameworks/base/cmds/input/
Dinput6 exec app_process $base/bin com.android.commands.input.Input $*
/frameworks/base/cmds/ime/
Dime6 exec app_process $base/bin com.android.commands.ime.Ime "$@"
/frameworks/base/cmds/bmgr/
Dbmgr6 exec app_process $base/bin com.android.commands.bmgr.Bmgr "$@"
/frameworks/base/cmds/am/
Dam6 exec app_process $base/bin com.android.commands.am.Am "$@"
/frameworks/base/cmds/pm/
Dpm6 exec app_process $base/bin com.android.commands.pm.Pm "$@"
/frameworks/base/cmds/svc/
Dsvc6 exec app_process $base/bin com.android.commands.svc.Svc $*
/frameworks/base/docs/html/guide/developing/tools/
Dadb.jd9 <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…
190commands <code>pull</code> and <code>push</code> to copy files to and from an emulator/device inst…
198 <p>In the commands, <code>&lt;local&gt;</code> and <code>&lt;remote&gt;</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 …]
Demulator.jd107 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/
DDataCommand.java17 package com.android.commands.svc;
DWifiCommand.java17 package com.android.commands.svc;
DPowerCommand.java17 package com.android.commands.svc;
DSvc.java17 package com.android.commands.svc;
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java17 package com.android.commands.input;
/frameworks/base/opengl/tools/glgen/
Dgen94 echo Please evaluate the following commands:
/frameworks/base/cmds/ime/src/com/android/commands/ime/
DIme.java17 package com.android.commands.ime;
/frameworks/base/docs/html/sdk/
Dtools-notes.jd71 test-project</code> commands to allow for greater flexibility in the location of the
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
DBmgr.java17 package com.android.commands.bmgr;
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java19 package com.android.commands.am;
/frameworks/base/docs/html/guide/topics/data/
Ddata-storage.jd166 table contents, run SQL commands, and perform other useful functions on SQLite
/frameworks/base/docs/html/guide/developing/
Ddevice.jd169 you can issue commands with the <code>-d</code> flag to target your

12