Searched refs:executeCommand (Results 1 – 2 of 2) sorted by relevance
70 private fun executeCommand(uiAutomation: UiAutomation, cmd: String): ByteArray { in executeCommand() method78 executeCommand(uiAutomation, "dumpsys window --proto") in getCurrentWindowManagerState()81 executeCommand(uiAutomation, "dumpsys SurfaceFlinger --proto") in getCurrentWindowManagerState()
147 String dumpsysWifi = executeCommand("dumpsys wifi"); in getDumpsysWifiLastScanResults()169 private String executeCommand(String cmd) throws IOException, InterruptedException { in executeCommand() method in WifiStrengthScannerInstrumentation