HomeSort by relevance Sort by last modified time
    Searched refs:mPropertyManager (Results 1 - 2 of 2) sorted by null

  /packages/services/Car/car-lib/src/android/car/hardware/
CarVendorExtensionManager.java 47 private final CarPropertyManager mPropertyManager;
84 mPropertyManager = new CarPropertyManager(service, handler, DBG, TAG);
110 List<CarPropertyConfig> configs = mPropertyManager.getPropertyList();
113 mPropertyManager.registerListener(mListenerToBase, c.getPropertyId(), 0);
124 List<CarPropertyConfig> configs = mPropertyManager.getPropertyList();
127 mPropertyManager.unregisterListener(mListenerToBase, c.getPropertyId());
137 return mPropertyManager.getPropertyList();
146 return mPropertyManager.isPropertyAvailable(propertyId, area);
178 return mPropertyManager.getProperty(propertyClass, propId, area).getValue();
195 mPropertyManager.setProperty(propertyClass, propId, 0 /* area */, value)
    [all...]
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
KitchenSinkActivity.java 183 private CarPropertyManager mPropertyManager;
196 return mPropertyManager;
275 mPropertyManager = (CarPropertyManager) mCarApi.getCarManager(

Completed in 73 milliseconds