Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/occupantawareness/
DOccupantAwarenessDetection.java169 public final @Nullable DriverMonitoringDetection driverMonitoringDetection; field in OccupantAwarenessDetection
176 @Nullable DriverMonitoringDetection driverMonitoringDetection) { in OccupantAwarenessDetection() argument
181 this.driverMonitoringDetection = driverMonitoringDetection; in OccupantAwarenessDetection()
196 dest.writeParcelable(driverMonitoringDetection, flags); in writeToParcel()
208 + (driverMonitoringDetection == null in toString()
209 ? "(null)" : driverMonitoringDetection.toString()) in toString()
229 driverMonitoringDetection = in OccupantAwarenessDetection()
/packages/services/Car/service/src/com/android/car/
DOccupantAwarenessUtils.java229 DriverMonitoringDetection driverMonitoringDetection = null; in convertToDetectionEvent() local
231 driverMonitoringDetection = in convertToDetectionEvent()
240 driverMonitoringDetection); in convertToDetectionEvent()
/packages/services/Car/tests/OccupantAwareness/src/com/android/car/test/
DOccupantAwarenessServiceIntegrationTest.java100 assertThat(driverDetection.driverMonitoringDetection.isLookingOnRoad).isFalse(); in testDetectionEvents()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.3.txt514 …ar.occupantawareness OccupantAwarenessDetection DriverMonitoringDetection driverMonitoringDetection
516 …oolean isPresent, GazeDetection gazeDetection, DriverMonitoringDetection driverMonitoringDetection)
Dcar_hidden_apis_release_33.2.txt463 …ar.occupantawareness OccupantAwarenessDetection DriverMonitoringDetection driverMonitoringDetection
Dcar_hidden_apis_release_33.1.txt463 …ar.occupantawareness OccupantAwarenessDetection DriverMonitoringDetection driverMonitoringDetection
Dcar_hidden_apis.txt546 …ar.occupantawareness OccupantAwarenessDetection DriverMonitoringDetection driverMonitoringDetection
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt41 field TIRAMISU_0 DriverMonitoringDetection driverMonitoringDetection;