Searched refs:shellCommand (Results 1 – 2 of 2) sorted by relevance
63 String shellCommand = in batteryVisibleTest() local68 verify(rule.getUiDevice(), times(1)).executeShellCommand(shellCommand); in batteryVisibleTest()
291 public static ArrayList<String> executeShellCommandWithDetailedOutput(String shellCommand) { in executeShellCommandWithDetailedOutput() argument294 getInstrumentation().getUiAutomation().executeShellCommand(shellCommand); in executeShellCommandWithDetailedOutput()