Home
last modified time | relevance | path

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

/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2Connection.java83 static int toDigitValue(char c) { in toDigitValue() method in Obd2Connection
113 16 * toDigitValue(buffer.charAt(2 * i)) in toHexValues()
114 + toDigitValue(buffer.charAt(2 * i + 1)); in toHexValues()