Home
last modified time | relevance | path

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

/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2LiveFrameGenerator.java41 Set<Integer> apiIntegerPids = Obd2Command.getSupportedIntegerCommands(); in Obd2LiveFrameGenerator()
DObd2FreezeFrameGenerator.java44 Set<Integer> apiIntegerPids = Obd2Command.getSupportedIntegerCommands(); in Obd2FreezeFrameGenerator()
DObd2Command.java86 public static Set<Integer> getSupportedIntegerCommands() { in getSupportedIntegerCommands() method in Obd2Command