Home
last modified time | relevance | path

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

/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2FreezeFrameGenerator.java121 List<String> currentDtcs = mConnection.getDiagnosticTroubleCodes(); in generate()
DObd2Connection.java323 public List<String> getDiagnosticTroubleCodes() throws IOException, InterruptedException { in getDiagnosticTroubleCodes() method in Obd2Connection