Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertySimulationManager.java78 carPropertySimulationManager) { in CarSubscriptionEventListenerToService() argument
79 mCarPropertySimulationManager = new WeakReference<>(carPropertySimulationManager); in CarSubscriptionEventListenerToService()
84 CarPropertySimulationManager carPropertySimulationManager = in onEvent() local
86 if (carPropertySimulationManager != null) { in onEvent()
87 carPropertySimulationManager.handleEvents(carPropertyEvents); in onEvent()