Home
last modified time | relevance | path

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

/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2Connection.java210 static class FourByteBitSet { class in Obd2Connection
228 FourByteBitSet(byte b0, byte b1, byte b2, byte b3) { in FourByteBitSet() method in Obd2Connection.FourByteBitSet
276 FourByteBitSet fourByteBitSet = new FourByteBitSet(byte0, byte1, byte2, byte3); in getSupportedPIDs()