Searched refs:propValues (Results 1 – 5 of 5) sorted by relevance
238 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent() argument240 mHandler, CallbackHandler.MSG_ON_PROPERTY_EVENT, propValues)); in onPropertyEvent()
422 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent() argument424 for (VehiclePropValue v : propValues) { in onPropertyEvent()
136 public void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues) { in updateValues() argument137 for (CarPropertyValue v : propValues) { in updateValues()
49 void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues); in updateValues() argument
187 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) throws RemoteException {188 for (VehiclePropValue vpv : propValues) {