Searched refs:getCarPropertyValue (Results 1 – 10 of 10) sorted by relevance
63 assertThat(carPropertyEvent.getCarPropertyValue().getStatus()).isEqualTo( in testCreateErrorEvent()80 assertThat(eventReadFromParcel.getCarPropertyValue().getAreaId()) in testWriteAndReadEvent()82 assertThat(eventReadFromParcel.getCarPropertyValue().getPropertyId()) in testWriteAndReadEvent()84 assertThat(eventReadFromParcel.getCarPropertyValue().getValue()) in testWriteAndReadEvent()
185 event.getCarPropertyValue().getPropertyId()); in CarPropertyManager()958 long updateTime = event.getCarPropertyValue().getTimestamp(); in onPropertyChanged()959 int areaId = event.getCarPropertyValue().getAreaId(); in onPropertyChanged()973 listener.onChangeEvent(event.getCarPropertyValue()); in onPropertyChanged()980 CarPropertyValue value = event.getCarPropertyValue(); in onErrorEvent()
52 public CarPropertyValue<?> getCarPropertyValue() { in getCarPropertyValue() method in CarPropertyEvent
92 CarPropertyValue value = event.getCarPropertyValue(); in onNightModeCarPropertyEventLocked()
198 CarPropertyValue value = event.getCarPropertyValue(); in onSeatOccupancyCarPropertyEvent()
294 CarPropertyValue value = event.getCarPropertyValue(); in handlePropertyEventLocked()
777 && (event.getCarPropertyValue().getPropertyId()780 (Float) event.getCarPropertyValue().getValue());
551 int propId = event.getCarPropertyValue().getPropertyId(); in onPropertyChange()
178 mCarPropertyToSubscribers.get(event.getCarPropertyValue().getPropertyId())); in onVehicleEvent()
1243 CarPropertyValue value = event.getCarPropertyValue(); in handlePropertyEventLocked()