Searched defs:responseBytes (Results 1 - 1 of 1) sorted by relevance

/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
H A DObd2CommandTest.java49 void checkLiveFrameIntCommand(int pid, String responseBytes, int expectedResponse) { argument
53 new String[] {String.format("41 %02X %s", pid, responseBytes), OBD2_PROMPT};
77 void checkLiveFrameFloatCommand(int pid, String responseBytes, float expectedResponse) { argument
81 new String[] {String.format("41 %02X %s", pid, responseBytes), OBD2_PROMPT};
105 void checkFreezeFrameIntCommand(int pid, String responseBytes, int expectedResponse) { argument
109 new String[] {String.format("42 %02X 01 %s", pid, responseBytes), OBD2_PROMPT};
133 void checkFreezeFrameFloatCommand(int pid, String responseBytes, float expectedResponse) { argument
137 new String[] {String.format("42 %02X 01 %s", pid, responseBytes), OBD2_PROMPT};
161 void checkCommand(int pid, String responseBytes, int expectedResponse) { argument
162 checkLiveFrameIntCommand(pid, responseBytes, expectedRespons
166 checkCommand(int pid, String responseBytes, float expectedResponse) argument
[all...]

Completed in 22 milliseconds