Home
last modified time | relevance | path

Searched refs:VEHICLE_OCCUPANT_ROW_3_PASSENGER_RIGHT (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/car-lib/src/android/car/occupantawareness/
DOccupantAwarenessDetection.java70 public static final int VEHICLE_OCCUPANT_ROW_3_PASSENGER_RIGHT = 1 << 8; field in OccupantAwarenessDetection
85 | VEHICLE_OCCUPANT_ROW_3_PASSENGER_RIGHT
111 VEHICLE_OCCUPANT_ROW_3_PASSENGER_RIGHT,
/packages/services/Car/service/src/com/android/car/
DOccupantAwarenessUtils.java176 outputRole |= OccupantAwarenessDetection.VEHICLE_OCCUPANT_ROW_3_PASSENGER_RIGHT; in convertToRole()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DOccupantAwarenessUtilsTest.java265 .isEqualTo(OccupantAwarenessDetection.VEHICLE_OCCUPANT_ROW_3_PASSENGER_RIGHT); in testConvertToRole_returnsRow3PassengerRight()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt450 android.car.occupantawareness OccupantAwarenessDetection int VEHICLE_OCCUPANT_ROW_3_PASSENGER_RIGHT
Dcar_hidden_apis_release_33.1.txt450 android.car.occupantawareness OccupantAwarenessDetection int VEHICLE_OCCUPANT_ROW_3_PASSENGER_RIGHT
Dcar_hidden_apis.txt567 android.car.occupantawareness OccupantAwarenessDetection int VEHICLE_OCCUPANT_ROW_3_PASSENGER_RIGHT
Dcar_hidden_apis_release_33.3.txt501 android.car.occupantawareness OccupantAwarenessDetection int VEHICLE_OCCUPANT_ROW_3_PASSENGER_RIGHT
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt28 field TIRAMISU_0 int VEHICLE_OCCUPANT_ROW_3_PASSENGER_RIGHT = 1 << 8;
31 …OW_3_OCCUPANTS = VEHICLE_OCCUPANT_ROW_3_PASSENGER_LEFT | VEHICLE_OCCUPANT_ROW_3_PASSENGER_RIGHT | …