Home
last modified time | relevance | path

Searched refs:VEHICLE_OCCUPANT_FRONT_PASSENGER (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/car-lib/src/android/car/occupantawareness/
DOccupantAwarenessDetection.java52 public static final int VEHICLE_OCCUPANT_FRONT_PASSENGER = 1 << 1; field in OccupantAwarenessDetection
74 VEHICLE_OCCUPANT_DRIVER | VEHICLE_OCCUPANT_FRONT_PASSENGER;
105 VEHICLE_OCCUPANT_FRONT_PASSENGER,
/packages/services/Car/tests/OccupantAwareness/src/com/android/car/test/
DOccupantAwarenessServiceIntegrationTest.java78 OccupantAwarenessDetection.VEHICLE_OCCUPANT_FRONT_PASSENGER)) in testGetCapabilityForRole()
121 case OccupantAwarenessDetection.VEHICLE_OCCUPANT_FRONT_PASSENGER: in onDetectionEvent()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DOccupantAwarenessServiceTest.java95 == OccupantAwarenessDetection.VEHICLE_OCCUPANT_FRONT_PASSENGER) { in getCapabilityForRole()
254 OccupantAwarenessDetection.VEHICLE_OCCUPANT_FRONT_PASSENGER)) in testGetCapabilityForRole_returnsPresence()
DOccupantAwarenessUtilsTest.java223 .isEqualTo(OccupantAwarenessDetection.VEHICLE_OCCUPANT_FRONT_PASSENGER); in testConvertToRole_returnsFrontPassenger()
/packages/services/Car/service/src/com/android/car/
DOccupantAwarenessUtils.java146 outputRole |= OccupantAwarenessDetection.VEHICLE_OCCUPANT_FRONT_PASSENGER; in convertToRole()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt444 android.car.occupantawareness OccupantAwarenessDetection int VEHICLE_OCCUPANT_FRONT_PASSENGER
Dcar_hidden_apis_release_33.1.txt444 android.car.occupantawareness OccupantAwarenessDetection int VEHICLE_OCCUPANT_FRONT_PASSENGER
Dcar_hidden_apis.txt560 android.car.occupantawareness OccupantAwarenessDetection int VEHICLE_OCCUPANT_FRONT_PASSENGER
Dcar_hidden_apis_release_33.3.txt495 android.car.occupantawareness OccupantAwarenessDetection int VEHICLE_OCCUPANT_FRONT_PASSENGER
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt22 field TIRAMISU_0 int VEHICLE_OCCUPANT_FRONT_PASSENGER = 1 << 1;
29 … VEHICLE_OCCUPANT_ALL_FRONT_OCCUPANTS = VEHICLE_OCCUPANT_DRIVER | VEHICLE_OCCUPANT_FRONT_PASSENGER;