Home
last modified time | relevance | path

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

/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2Command.java21 import com.android.car.obd2.commands.EngineCoolantTemperature;
114 new EngineCoolantTemperature(), in addSupportedIntegerCommands() argument
/packages/services/Car/obd2-lib/src/com/android/car/obd2/commands/
DEngineCoolantTemperature.java23 public class EngineCoolantTemperature implements Obd2Command.OutputSemanticHandler<Integer> { class