Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DVehicleGear.java36 public static final int GEAR_REVERSE = 0x0002; field in VehicleGear
54 GEAR_REVERSE,
81 if (o == GEAR_REVERSE) { in toString()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehicleGearTest.java36 assertThat(VehicleGear.GEAR_REVERSE) in testMatchWithVehicleHal()
37 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_REVERSE); in testMatchWithVehicleHal()
79 assertThat(VehicleGear.toString(VehicleGear.GEAR_REVERSE)).isEqualTo("GEAR_REVERSE"); in testToString()
/packages/services/Car/evs/apps/default/
DEvsStateControl.cpp222 static int32_t sDummyGear = int32_t(VehicleGear::GEAR_REVERSE); in selectStateForCurrentConditions()
256 if (mGearValue.value.int32Values[0] == int32_t(VehicleGear::GEAR_REVERSE)) { in selectStateForCurrentConditions()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarSensorManagerTest.java299 VehicleGear.GEAR_REVERSE, CarSensorEvent.GEAR_REVERSE, in testGear()
/packages/apps/Car/Cluster/src/android/car/cluster/sensors/
DSensors.java81 if ((gear & CarSensorEvent.GEAR_REVERSE) != 0) {
/packages/services/Car/car-lib/src/android/car/hardware/
DCarSensorEvent.java75 public static final int GEAR_REVERSE = 0x0002; field in CarSensorEvent
/packages/services/Car/car-lib/api/released/
D1.txt199 field public static final int GEAR_REVERSE = 102; // 0x66
D2.txt199 field public static final int GEAR_REVERSE = 102; // 0x66
/packages/services/Car/car-lib/api/
Dcurrent.txt218 field public static final int GEAR_REVERSE = 2; // 0x2
480 field @Deprecated public static final int GEAR_REVERSE = 2; // 0x2