Home
last modified time | relevance | path

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

/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2Connection.java250 private boolean getBit(byte b, int index) { in getBit() method in Obd2Connection.FourByteBitSet
256 public boolean getBit(int b, int index) { in getBit() method in Obd2Connection.FourByteBitSet
257 return getBit(getByte(b), index); in getBit()
279 if (fourByteBitSet.getBit(byteIndex, bitIndex)) { in getSupportedPIDs()
/packages/services/Car/tools/emulator/
Ddiagnostic_builder.py47 def getBit(self, bit): member in DiagnosticEventBuilder.ByteArray