Searched refs:checkCommand (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/ |
D | Obd2CommandTest.java | 161 void checkCommand(int pid, String responseBytes, int expectedResponse) { in checkCommand() method in Obd2CommandTest 166 void checkCommand(int pid, String responseBytes, float expectedResponse) { in checkCommand() method in Obd2CommandTest 173 checkCommand(0x5C, "87", 95); in testEngineOilTemperature() 178 checkCommand(0x46, "A1", 63.137257f); in testAmbientAirTemperature() 183 checkCommand(0x04, "34", 23.1111f); in testCalculatedEngineLoad() 188 checkCommand(0x05, "63", 59); in testEngineCoolantTemperature() 193 checkCommand(0x0A, "12", 54); in testFuelGaugePressure() 198 checkCommand(0x03, "08", 8); in testFuelSystemStatus() 203 checkCommand(0x2F, "5F", 37.2549f); in testFuelTankLevel() 208 checkCommand(0x06, "42", 54.6875f); in testFuelTrim() [all …]
|
/packages/apps/SecureElement/src/com/android/se/ |
D | Channel.java | 147 checkCommand(command); in transmit() 239 private void checkCommand(byte[] command) { in checkCommand() method in Channel 243 mTerminal.getAccessControlEnforcer().checkCommand(this, command); in checkCommand()
|
/packages/apps/SecureElement/src/com/android/se/security/ |
D | AccessControlEnforcer.java | 236 public synchronized void checkCommand(Channel channel, byte[] command) { in checkCommand() method in AccessControlEnforcer
|