Searched refs:getExecutionPrefixWithAdb (Results 1 – 1 of 1) sorted by relevance
166 return getExecutionPrefixWithAdb("shell"); in getExecutionShellPrefix()251 private String getExecutionPrefixWithAdb(String command) { in getExecutionPrefixWithAdb() method in Device275 String command = getExecutionPrefixWithAdb("shell") + "rm -f " + getCacheLocation(architecture) in cleanCodeCache()283 String command = getExecutionPrefixWithAdb("push") + programName + " " + testLocation; in pushProgramToDevice()