Home
last modified time | relevance | path

Searched refs:shellCommand (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DSetBatteryPercentageVisibleRuleTest.java63 String shellCommand = in batteryVisibleTest() local
68 verify(rule.getUiDevice(), times(1)).executeShellCommand(shellCommand); in batteryVisibleTest()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DCommonUtils.java291 public static ArrayList<String> executeShellCommandWithDetailedOutput(String shellCommand) { in executeShellCommandWithDetailedOutput() argument
294 getInstrumentation().getUiAutomation().executeShellCommand(shellCommand); in executeShellCommandWithDetailedOutput()