Searched refs:ConfidenceLevel (Results 1 – 7 of 7) sorted by relevance
24 import android.car.occupantawareness.OccupantAwarenessDetection.ConfidenceLevel;93 static @ConfidenceLevel int convertToConfidenceScore( in convertToConfidenceScore()94 @android.hardware.automotive.occupant_awareness.ConfidenceLevel int inputConfidence) { in convertToConfidenceScore()96 case android.hardware.automotive.occupant_awareness.ConfidenceLevel.MAX: in convertToConfidenceScore()99 case android.hardware.automotive.occupant_awareness.ConfidenceLevel.HIGH: in convertToConfidenceScore()102 case android.hardware.automotive.occupant_awareness.ConfidenceLevel.LOW: in convertToConfidenceScore()105 case android.hardware.automotive.occupant_awareness.ConfidenceLevel.NONE: in convertToConfidenceScore()
25 import android.hardware.automotive.occupant_awareness.ConfidenceLevel;134 android.hardware.automotive.occupant_awareness.ConfidenceLevel.MAX)) in testConvertToConfidenceScore_returnsConfidenceLevelMax()141 android.hardware.automotive.occupant_awareness.ConfidenceLevel.HIGH)) in testConvertToConfidenceScore_returnsConfidenceLevelHigh()148 android.hardware.automotive.occupant_awareness.ConfidenceLevel.LOW)) in testConvertToConfidenceScore_returnsConfidenceLevelLow()155 android.hardware.automotive.occupant_awareness.ConfidenceLevel.NONE)) in testConvertToConfidenceScore_returnsDefaultConfidenceLevel()273 inputDetection.gazeConfidence = ConfidenceLevel.LOW; in testConvertToGazeDetection_returnsProperConfidenceLevel()346 byte anyConfidenceScore = ConfidenceLevel.LOW; in testConvertToDriverMonitoringDetection()
22 import android.car.occupantawareness.OccupantAwarenessDetection.ConfidenceLevel;36 public final @ConfidenceLevel int confidenceLevel;57 @ConfidenceLevel int confidenceLevel, in DriverMonitoringDetection()
87 @OccupantAwarenessDetection.ConfidenceLevel public final int confidenceLevel;132 @OccupantAwarenessDetection.ConfidenceLevel int confidenceLevel, in GazeDetection()
149 public @interface ConfidenceLevel {} annotation in OccupantAwarenessDetection
19 import com.android.ranging.generic.proto.ConfidenceLevel;89 .setConfidenceLevel(ConfidenceLevel.CL_99) in getDefaultConfig()
24 enum ConfidenceLevel { enum195 ConfidenceLevel confidence_level = 2;