Home | History | Annotate | Download | only in cts

Lines Matching refs:runShellCommand

57         SystemUtil.runShellCommand(getInstrumentation(), "cmd jobscheduler monitor-battery on");
64 SystemUtil.runShellCommand(getInstrumentation(), "cmd jobscheduler monitor-battery off");
65 SystemUtil.runShellCommand(getInstrumentation(), "cmd battery reset");
70 SystemUtil.runShellCommand(getInstrumentation(), "cmd battery set ac 1");
72 SystemUtil.runShellCommand(getInstrumentation(), "cmd battery unplug");
74 int seq = Integer.parseInt(SystemUtil.runShellCommand(getInstrumentation(),
83 curSeq = Integer.parseInt(SystemUtil.runShellCommand(getInstrumentation(),
89 curCharging = Boolean.parseBoolean(SystemUtil.runShellCommand(getInstrumentation(),
101 boolean curCharging = Boolean.parseBoolean(SystemUtil.runShellCommand(getInstrumentation(),
107 boolean curNotLow = Boolean.parseBoolean(SystemUtil.runShellCommand(getInstrumentation(),