HomeSort by relevance Sort by last modified time
    Searched refs:Obd2Connection (Results 1 - 10 of 10) sorted by null

  /packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
Obd2LiveFrameGeneratorTest.java 27 import com.android.car.obd2.Obd2Connection;
76 Obd2Connection obd2Connection = new Obd2Connection(transport);
77 Obd2LiveFrameGenerator obd2Generator = new Obd2LiveFrameGenerator(obd2Connection);
Obd2CommandTest.java 24 import com.android.car.obd2.Obd2Connection;
63 Obd2Connection obd2Connection = new Obd2Connection(transport);
69 receivedResponse = commandObject.run(obd2Connection);
91 Obd2Connection obd2Connection = new Obd2Connection(transport);
97 receivedResponse = commandObject.run(obd2Connection);
119 Obd2Connection obd2Connection = new Obd2Connection(transport)
    [all...]
MockObd2UnderlyingTransport.java 20 import com.android.car.obd2.Obd2Connection;
26 public class MockObd2UnderlyingTransport implements Obd2Connection.UnderlyingTransport {
Obd2FreezeFrameGeneratorTest.java 27 import com.android.car.obd2.Obd2Connection;
95 Obd2Connection obd2Connection = new Obd2Connection(transport);
96 Obd2FreezeFrameGenerator obd2Generator = new Obd2FreezeFrameGenerator(obd2Connection);
  /packages/services/Car/tests/obd2_app/src/com/google/android/car/obd2app/
Obd2CollectionTask.java 25 import com.android.car.obd2.Obd2Connection;
37 private final Obd2Connection mConnection;
101 mConnection = new Obd2Connection(bluetoothConnection);
  /packages/services/Car/obd2-lib/src/com/android/car/obd2/connections/
BluetoothConnection.java 23 import com.android.car.obd2.Obd2Connection;
30 public class BluetoothConnection implements Obd2Connection.UnderlyingTransport {
  /packages/services/Car/obd2-lib/src/com/android/car/obd2/
Obd2LiveFrameGenerator.java 33 private final Obd2Connection mConnection;
37 public Obd2LiveFrameGenerator(Obd2Connection connection)
Obd2FreezeFrameGenerator.java 34 private final Obd2Connection mConnection;
40 public Obd2FreezeFrameGenerator(Obd2Connection connection)
Obd2Command.java 130 public abstract Optional<ValueType> run(Obd2Connection connection) throws Exception;
157 public Optional<ValueType> run(Obd2Connection connection)
184 public Optional<ValueType> run(Obd2Connection connection)
Obd2Connection.java 30 public class Obd2Connection {
31 private static final String TAG = Obd2Connection.class.getSimpleName();
55 public Obd2Connection(UnderlyingTransport connection) {

Completed in 523 milliseconds