Home
last modified time | relevance | path

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

/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
DObd2CommandTest.java64 Obd2Command<Integer> commandObject = in checkLiveFrameIntCommand() local
66 assertNotNull(commandObject); in checkLiveFrameIntCommand()
69 receivedResponse = commandObject.run(obd2Connection); in checkLiveFrameIntCommand()
92 Obd2Command<Float> commandObject = in checkLiveFrameFloatCommand() local
94 assertNotNull(commandObject); in checkLiveFrameFloatCommand()
97 receivedResponse = commandObject.run(obd2Connection); in checkLiveFrameFloatCommand()
120 Obd2Command<Integer> commandObject = in checkFreezeFrameIntCommand() local
122 assertNotNull(commandObject); in checkFreezeFrameIntCommand()
125 receivedResponse = commandObject.run(obd2Connection); in checkFreezeFrameIntCommand()
148 Obd2Command<Float> commandObject = in checkFreezeFrameFloatCommand() local
[all …]