Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/occupantawareness/
DDriverMonitoringDetection.java33 public final class DriverMonitoringDetection implements Parcelable { class
50 public DriverMonitoringDetection() { in DriverMonitoringDetection() method in DriverMonitoringDetection
56 public DriverMonitoringDetection( in DriverMonitoringDetection() method in DriverMonitoringDetection
89 public static final @NonNull Parcelable.Creator<DriverMonitoringDetection> CREATOR =
90 new Parcelable.Creator<DriverMonitoringDetection>() {
91 public DriverMonitoringDetection createFromParcel(Parcel in) {
92 return new DriverMonitoringDetection(in);
95 public DriverMonitoringDetection[] newArray(int size) {
96 return new DriverMonitoringDetection[size];
100 private DriverMonitoringDetection(Parcel in) { in DriverMonitoringDetection() method in DriverMonitoringDetection
DOccupantAwarenessDetection.java169 public final @Nullable DriverMonitoringDetection driverMonitoringDetection;
176 @Nullable DriverMonitoringDetection driverMonitoringDetection) { in OccupantAwarenessDetection()
230 in.readParcelable(DriverMonitoringDetection.class.getClassLoader()); in OccupantAwarenessDetection()
DDriverMonitoringDetection.aidl19 parcelable DriverMonitoringDetection;
/packages/services/Car/service/src/com/android/car/
DOccupantAwarenessUtils.java21 import android.car.occupantawareness.DriverMonitoringDetection;
197 static DriverMonitoringDetection convertToDriverMonitoringDetection( in convertToDriverMonitoringDetection()
198 android.hardware.automotive.occupant_awareness.DriverMonitoringDetection in convertToDriverMonitoringDetection()
200 return new DriverMonitoringDetection( in convertToDriverMonitoringDetection()
229 DriverMonitoringDetection driverMonitoringDetection = null; in convertToDetectionEvent()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DOccupantAwarenessUtilsTest.java20 import android.car.occupantawareness.DriverMonitoringDetection;
349 android.hardware.automotive.occupant_awareness.DriverMonitoringDetection inputDetection = in testConvertToDriverMonitoringDetection()
350 new android.hardware.automotive.occupant_awareness.DriverMonitoringDetection(); in testConvertToDriverMonitoringDetection()
357 DriverMonitoringDetection outputDetection = in testConvertToDriverMonitoringDetection()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.3.txt463 android.car.occupantawareness DriverMonitoringDetection int confidenceLevel
464 android.car.occupantawareness DriverMonitoringDetection boolean isLookingOnRoad
465 android.car.occupantawareness DriverMonitoringDetection long gazeDurationMillis
466 android.car.occupantawareness DriverMonitoringDetection Parcelable.Creator<DriverMonitoringDetectio…
467 android.car.occupantawareness DriverMonitoringDetection DriverMonitoringDetection DriverMonitoringD…
468 android.car.occupantawareness DriverMonitoringDetection DriverMonitoringDetection DriverMonitoringD…
469 android.car.occupantawareness DriverMonitoringDetection int describeContents()
470 android.car.occupantawareness DriverMonitoringDetection String toString()
471 android.car.occupantawareness DriverMonitoringDetection void writeToParcel(Parcel dest, int flags)
514 android.car.occupantawareness OccupantAwarenessDetection DriverMonitoringDetection driverMonitoring…
[all …]
Dcar_hidden_apis_release_33.2.txt415 android.car.occupantawareness DriverMonitoringDetection int confidenceLevel
416 android.car.occupantawareness DriverMonitoringDetection boolean isLookingOnRoad
417 android.car.occupantawareness DriverMonitoringDetection long gazeDurationMillis
418 android.car.occupantawareness DriverMonitoringDetection Parcelable.Creator<DriverMonitoringDetectio…
419 android.car.occupantawareness DriverMonitoringDetection int describeContents()
420 android.car.occupantawareness DriverMonitoringDetection String toString()
421 android.car.occupantawareness DriverMonitoringDetection void writeToParcel(Parcel dest, int flags)
463 android.car.occupantawareness OccupantAwarenessDetection DriverMonitoringDetection driverMonitoring…
Dcar_hidden_apis_release_33.1.txt415 android.car.occupantawareness DriverMonitoringDetection int confidenceLevel
416 android.car.occupantawareness DriverMonitoringDetection boolean isLookingOnRoad
417 android.car.occupantawareness DriverMonitoringDetection long gazeDurationMillis
418 android.car.occupantawareness DriverMonitoringDetection Parcelable.Creator<DriverMonitoringDetectio…
419 android.car.occupantawareness DriverMonitoringDetection int describeContents()
420 android.car.occupantawareness DriverMonitoringDetection String toString()
421 android.car.occupantawareness DriverMonitoringDetection void writeToParcel(Parcel dest, int flags)
463 android.car.occupantawareness OccupantAwarenessDetection DriverMonitoringDetection driverMonitoring…
Dcar_hidden_apis.txt519 android.car.occupantawareness DriverMonitoringDetection Parcelable.Creator<DriverMonitoringDetectio…
520 android.car.occupantawareness DriverMonitoringDetection String toString()
521 android.car.occupantawareness DriverMonitoringDetection boolean isLookingOnRoad
522 android.car.occupantawareness DriverMonitoringDetection int confidenceLevel
523 android.car.occupantawareness DriverMonitoringDetection int describeContents()
524 android.car.occupantawareness DriverMonitoringDetection long gazeDurationMillis
525 android.car.occupantawareness DriverMonitoringDetection void writeToParcel(Parcel dest, int flags)
546 android.car.occupantawareness OccupantAwarenessDetection DriverMonitoringDetection driverMonitoring…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt11 class @hiddenOnly @hide DriverMonitoringDetection package android.car.occupantawareness
15 field TIRAMISU_0 Parcelable.Creator<DriverMonitoringDetection> CREATOR;
41 field TIRAMISU_0 DriverMonitoringDetection driverMonitoringDetection;