Home
last modified time | relevance | path

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

/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2Connection.java67 runImpl(initCommand); in runInitCommands()
119 private String runImpl(String command) throws IOException, InterruptedException { in runImpl() method in Obd2Connection
170 String responseValue = runImpl(command); in run()