OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:runShellCommandForNoOutput
(Results
1 - 4
of
4
) sorted by null
/cts/common/device-side/util/src/com/android/compatibility/common/util/
BatteryUtils.java
46
SystemUtil.
runShellCommandForNoOutput
("cmd battery unplug");
55
SystemUtil.
runShellCommandForNoOutput
(("cmd battery set level " + level));
64
SystemUtil.
runShellCommandForNoOutput
(("cmd battery set ac " + (pluggedIn ? "1" : "0")));
71
SystemUtil.
runShellCommandForNoOutput
(("cmd battery reset"));
82
SystemUtil.
runShellCommandForNoOutput
("cmd power set-mode 1");
95
SystemUtil.
runShellCommandForNoOutput
("cmd power set-mode 0");
118
SystemUtil.
runShellCommandForNoOutput
("input keyevent KEYCODE_WAKEUP");
122
SystemUtil.
runShellCommandForNoOutput
("input keyevent KEYCODE_SLEEP");
SystemUtil.java
116
public static String
runShellCommandForNoOutput
(String cmd) {
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
BatteryUtils.java
47
SystemUtil.
runShellCommandForNoOutput
("cmd battery unplug");
56
SystemUtil.
runShellCommandForNoOutput
(("cmd battery set level " + level));
65
SystemUtil.
runShellCommandForNoOutput
(("cmd battery set ac " + (pluggedIn ? "1" : "0")));
72
SystemUtil.
runShellCommandForNoOutput
(("cmd battery reset"));
83
SystemUtil.
runShellCommandForNoOutput
("cmd power set-mode 1");
96
SystemUtil.
runShellCommandForNoOutput
("cmd power set-mode 0");
119
SystemUtil.
runShellCommandForNoOutput
("input keyevent KEYCODE_WAKEUP");
123
SystemUtil.
runShellCommandForNoOutput
("input keyevent KEYCODE_SLEEP");
SystemUtil.java
130
public static String
runShellCommandForNoOutput
(String cmd) {
Completed in 471 milliseconds