Home
last modified time | relevance | path

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

/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2Connection.java109 int[] toHexValues(String buffer) { in toHexValues() method in Obd2Connection
198 return toHexValues(responseValue); in run()