/packages/services/Car/car-lib/src/android/car/occupantawareness/ |
D | DriverMonitoringDetection.java | 36 public final @ConfidenceLevel int confidenceLevel; field in DriverMonitoringDetection 51 confidenceLevel = OccupantAwarenessDetection.CONFIDENCE_LEVEL_NONE; in DriverMonitoringDetection() 57 @ConfidenceLevel int confidenceLevel, in DriverMonitoringDetection() 60 this.confidenceLevel = confidenceLevel; in DriverMonitoringDetection() 75 + confidenceLevel in toString() 84 dest.writeInt(confidenceLevel); in writeToParcel() 101 confidenceLevel = in.readInt(); in DriverMonitoringDetection()
|
D | GazeDetection.java | 87 @OccupantAwarenessDetection.ConfidenceLevel public final int confidenceLevel; field in GazeDetection 132 @OccupantAwarenessDetection.ConfidenceLevel int confidenceLevel, in GazeDetection() 140 this.confidenceLevel = confidenceLevel; in GazeDetection() 157 dest.writeInt(confidenceLevel); in writeToParcel() 169 + "confidenceLevel=" + confidenceLevel in toString() 193 confidenceLevel = in.readInt(); in GazeDetection()
|
/packages/modules/Uwb/framework/java/android/uwb/ |
D | DistanceMeasurement.java | 42 private DistanceMeasurement(double meters, double errorMeters, double confidenceLevel) { in DistanceMeasurement() argument 45 mConfidenceLevel = confidenceLevel; in DistanceMeasurement() 193 @FloatRange(from = 0.0, to = 1.0) double confidenceLevel) { in setConfidenceLevel() 194 if (confidenceLevel < 0.0 || confidenceLevel > 1.0) { in setConfidenceLevel() 196 "confidenceLevel must be in the range [0.0, 1.0]: " + confidenceLevel); in setConfidenceLevel() 198 mConfidenceLevel = confidenceLevel; in setConfidenceLevel()
|
D | AngleMeasurement.java | 54 @FloatRange(from = 0.0, to = 1.0) double confidenceLevel) { in AngleMeasurement() 65 if (confidenceLevel < 0.0 || confidenceLevel > 1.0) { in AngleMeasurement() 66 throw new IllegalArgumentException("Invalid confidence level: " + confidenceLevel); in AngleMeasurement() 68 mConfidenceLevel = confidenceLevel; in AngleMeasurement()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | DistanceMeasurementResult.java | 152 double confidenceLevel, in DistanceMeasurementResult() argument 162 mConfidenceLevel = confidenceLevel; in DistanceMeasurementResult() 536 @FloatRange(from = 0.0, to = 1.0) double confidenceLevel) { in setConfidenceLevel() 537 if (confidenceLevel > 1.0 || confidenceLevel < 0.0) { in setConfidenceLevel() 540 + confidenceLevel); in setConfidenceLevel() 542 mConfidenceLevel = confidenceLevel; in setConfidenceLevel()
|
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/ |
D | Conversions.java | 41 @RangingMeasurement.Confidence int confidenceLevel; in createMeasurement() local 43 confidenceLevel = RangingMeasurement.CONFIDENCE_HIGH; in createMeasurement() 45 confidenceLevel = RangingMeasurement.CONFIDENCE_MEDIUM; in createMeasurement() 47 confidenceLevel = RangingMeasurement.CONFIDENCE_LOW; in createMeasurement() 49 return new RangingMeasurement(confidenceLevel, (float) value, valid); in createMeasurement()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | OccupantAwarenessUtilsTest.java | 279 assertThat(outputDetection.confidenceLevel).isEqualTo(expected); in testConvertToGazeDetection_returnsProperConfidenceLevel() 360 mExpect.that(outputDetection.confidenceLevel).isEqualTo(expectedConfidenceLevel); in testConvertToDriverMonitoringDetection()
|
/packages/services/Car/tests/carservice_unit_test/res/raw/ |
D | car_hidden_apis_release_33.3.txt | 463 android.car.occupantawareness DriverMonitoringDetection int confidenceLevel 468 …ingDetection DriverMonitoringDetection DriverMonitoringDetection(int confidenceLevel, boolean isLo… 481 android.car.occupantawareness GazeDetection int confidenceLevel 489 android.car.occupantawareness GazeDetection GazeDetection GazeDetection(int confidenceLevel, Point3…
|
D | car_hidden_apis_release_33.2.txt | 415 android.car.occupantawareness DriverMonitoringDetection int confidenceLevel 431 android.car.occupantawareness GazeDetection int confidenceLevel
|
D | car_hidden_apis_release_33.1.txt | 415 android.car.occupantawareness DriverMonitoringDetection int confidenceLevel 431 android.car.occupantawareness GazeDetection int confidenceLevel
|
D | car_hidden_apis.txt | 522 android.car.occupantawareness DriverMonitoringDetection int confidenceLevel 541 android.car.occupantawareness GazeDetection int confidenceLevel
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 12 field TIRAMISU_0 int confidenceLevel; 79 field TIRAMISU_0 int confidenceLevel;
|