Searched refs:Obd2Connection (Results 1 – 10 of 10) sorted by relevance
24 import com.android.car.obd2.Obd2Connection;63 Obd2Connection obd2Connection = new Obd2Connection(transport); in checkLiveFrameIntCommand()91 Obd2Connection obd2Connection = new Obd2Connection(transport); in checkLiveFrameFloatCommand()119 Obd2Connection obd2Connection = new Obd2Connection(transport); in checkFreezeFrameIntCommand()147 Obd2Connection obd2Connection = new Obd2Connection(transport); in checkFreezeFrameFloatCommand()
27 import com.android.car.obd2.Obd2Connection;76 Obd2Connection obd2Connection = new Obd2Connection(transport); in testObd2LiveFrameGeneration()
27 import com.android.car.obd2.Obd2Connection;95 Obd2Connection obd2Connection = new Obd2Connection(transport); in testObd2FreezeFrameGeneration()
20 import com.android.car.obd2.Obd2Connection;26 public class MockObd2UnderlyingTransport implements Obd2Connection.UnderlyingTransport {
25 import com.android.car.obd2.Obd2Connection;37 private final Obd2Connection mConnection;101 mConnection = new Obd2Connection(bluetoothConnection); in Obd2CollectionTask()
130 public abstract Optional<ValueType> run(Obd2Connection connection) throws Exception; in run()157 public Optional<ValueType> run(Obd2Connection connection) in run()184 public Optional<ValueType> run(Obd2Connection connection) in run()
30 public class Obd2Connection { class31 private static final String TAG = Obd2Connection.class.getSimpleName();55 public Obd2Connection(UnderlyingTransport connection) { in Obd2Connection() method in Obd2Connection
33 private final Obd2Connection mConnection;37 public Obd2LiveFrameGenerator(Obd2Connection connection) in Obd2LiveFrameGenerator()
34 private final Obd2Connection mConnection;40 public Obd2FreezeFrameGenerator(Obd2Connection connection) in Obd2FreezeFrameGenerator()
23 import com.android.car.obd2.Obd2Connection;30 public class BluetoothConnection implements Obd2Connection.UnderlyingTransport {