Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/
DCarSensorEvent.java108 public static final int IGNITION_STATE_START = 5; field in CarSensorEvent
/packages/services/Car/service/src/com/android/car/hal/
DSensorHalService.java92 VehicleIgnitionState.START, CarSensorEvent.IGNITION_STATE_START);
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarSensorManagerTest.java255 VehicleIgnitionState.START, CarSensorEvent.IGNITION_STATE_START, in testIgnitionEvents()
/packages/services/Car/car-lib/api/
Dcurrent.txt209 field public static final int IGNITION_STATE_START = 5; // 0x5
Dsystem-current.txt445 field public static final int IGNITION_STATE_START = 5; // 0x5
/packages/services/Car/service/src/com/android/car/
DBluetoothDeviceConnectionPolicy.java619 if (event.intValues[0] == CarSensorEvent.IGNITION_STATE_START) { in onSensorChanged()