Searched refs:runInShell (Results 1 – 3 of 3) sorted by relevance
147 String out = runInShell(TAG, uiAutomation, cmd).trim(); in setMaxPerformanceTaskProfile()603 protected String runInShell(String tag, UiAutomation uiAutomation, String command) { in runInShell() method in MicrodroidDeviceTestBase
200 return runInShell(TAG, mInstrumentation.getUiAutomation(), command); in executeCommand()
435 return runInShell(TAG, mInstrumentation.getUiAutomation(), command); in executeCommand()