Home
last modified time | relevance | path

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

/packages/services/Car/experimental/service/src/com/android/experimentalcar/
DDriverDistractionExperimentalFeatureService.java135 private final Map<IDriverAwarenessSupplier, Integer> mDriverAwarenessSupplierPriorities = field in DriverDistractionExperimentalFeatureService
149 int leftPri = mDriverAwarenessSupplierPriorities.get(left);
150 int rightPri = mDriverAwarenessSupplierPriorities.get(right);
408 int oldSupplierPriority = mDriverAwarenessSupplierPriorities.get(supplier); in handleDriverAwarenessEventLocked()
416 int newSupplierPriority = mDriverAwarenessSupplierPriorities.get( in handleDriverAwarenessEventLocked()
454 mDriverAwarenessSupplierPriorities.clear(); in setDriverAwarenessSuppliers()
458 mDriverAwarenessSupplierPriorities.put(pair.first, i); in setDriverAwarenessSuppliers()
600 mDriverAwarenessSupplierPriorities.put(awarenessSupplier, priority); in addDriverAwarenessSupplier()
613 mDriverAwarenessSupplierPriorities.remove(supplier); in removeDriverAwarenessSupplier()