Home
last modified time | relevance | path

Searched refs:processDetectionEvent (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/
H A DGazeDriverAwarenessSupplierTest.java101 mGazeSupplier.processDetectionEvent(buildEmptyDetection(START_TIME_MILLIS)); in testprocessDetectionEvent_noGazeDataProvided()
123 mGazeSupplier.processDetectionEvent(detection); in testprocessDetectionEvent_neverExceedsOne()
149 mGazeSupplier.processDetectionEvent(detection); in testprocessDetectionEvent_neverFallsBelowZero()
/aosp12/packages/services/Car/experimental/service/src/com/android/experimentalcar/
H A DGazeDriverAwarenessSupplier.java188 void processDetectionEvent(@NonNull OccupantAwarenessDetection event) { in processDetectionEvent() method in GazeDriverAwarenessSupplier
225 processDetectionEvent(event); in onDetectionEvent()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DOccupantAwarenessService.java340 void processDetectionEvent(@NonNull OccupantAwarenessDetection detection) { in processDetectionEvent() method in OccupantAwarenessService
399 service.processDetectionEvent( in onDetectionEvent()