Searched refs:mCarPropertyEventCallback (Results 1 – 4 of 4) sorted by relevance
46 carPropertyManager.registerCallback(mCarPropertyEventCallback,73 protected final CarPropertyManager.CarPropertyEventCallback mCarPropertyEventCallback = field in UnitsBasePreferenceController
178 mController.mCarPropertyEventCallback.onChangeEvent(mCarPropertyValue); in onPropertyChanged_propertyStatusIsAvailable_setsNewUnitIdAsValue()189 mController.mCarPropertyEventCallback.onChangeEvent(mCarPropertyValue); in onPropertyChanged_propertyStatusIsAvailable_setsNewUnitAbbreviationAsSummary()
69 private final CarPropertyManager.CarPropertyEventCallback mCarPropertyEventCallback = field in SensorsTestFragment149 mCarPropertyManager.unregisterCallback(mCarPropertyEventCallback); in onPause()190 mCarPropertyManager.registerCallback(mCarPropertyEventCallback, in initSensors()
114 mCarPropertyManager.registerCallback(mCarPropertyEventCallback, in registerCarPropertiesListener()123 private CarPropertyManager.CarPropertyEventCallback mCarPropertyEventCallback = field in ClusterViewModel