Home
last modified time | relevance | path

Searched refs:VEHICLE_REGION_FORWARD_ROADWAY (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/
H A DGazeAttentionProcessorTest.java60 buildGazeDetection(GazeDetection.VEHICLE_REGION_FORWARD_ROADWAY); in testUpdateAttention_neverExceedsOne()
97 buildGazeDetection(GazeDetection.VEHICLE_REGION_FORWARD_ROADWAY); in testUpdateAttention_offRoadAndOnRoad()
H A DGazeDriverAwarenessSupplierTest.java122 buildGazeDetection(timestamp, GazeDetection.VEHICLE_REGION_FORWARD_ROADWAY); in testprocessDetectionEvent_neverExceedsOne()
/aosp12/packages/services/Car/car-lib/src/android/car/occupantawareness/
H A DGazeDetection.java52 public static final int VEHICLE_REGION_FORWARD_ROADWAY = 5; field in GazeDetection
75 VEHICLE_REGION_FORWARD_ROADWAY,
/aosp12/packages/services/Car/experimental/service/src/com/android/experimentalcar/
H A DGazeAttentionProcessor.java93 case GazeDetection.VEHICLE_REGION_FORWARD_ROADWAY: in isOnRoadGaze()