Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aClient.java193 String rep = sendCommand(Sl4aClient.INIT); in open()
218 private String sendCommand(String cmd) throws IOException { in sendCommand() method in Sl4aClient