Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/experimental/service/src/com/android/experimentalcar/
H A DDriverDistractionExperimentalFeatureService.java530 if (shouldThrottleDispatchEventLocked(nowUptimeMillis)) { in updateCurrentDistractionEventLocked()
562 private boolean shouldThrottleDispatchEventLocked(long uptimeMillis) { in shouldThrottleDispatchEventLocked() method in DriverDistractionExperimentalFeatureService