Home
last modified time | relevance | path

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

/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
DObd2CommandTest.java49 void checkLiveFrameIntCommand(int pid, String responseBytes, int expectedResponse) { in checkLiveFrameIntCommand()
77 void checkLiveFrameFloatCommand(int pid, String responseBytes, float expectedResponse) { in checkLiveFrameFloatCommand()
105 void checkFreezeFrameIntCommand(int pid, String responseBytes, int expectedResponse) { in checkFreezeFrameIntCommand()
133 void checkFreezeFrameFloatCommand(int pid, String responseBytes, float expectedResponse) { in checkFreezeFrameFloatCommand()
161 void checkCommand(int pid, String responseBytes, int expectedResponse) { in checkCommand()
166 void checkCommand(int pid, String responseBytes, float expectedResponse) { in checkCommand()
/packages/modules/Connectivity/tests/integration/src/com/android/server/net/integrationtests/
DTestNetworkStackService.kt75 val responseBytes = response.content.toByteArray(StandardCharsets.UTF_8) in openConnection() constant