Searched refs:carPropertyValue (Results 1 – 3 of 3) sorted by relevance
70 public void onChangeEvent(CarPropertyValue carPropertyValue) { in onChangeEvent() argument71 Log.d(TAG, "Received event: " + carPropertyValue); in onChangeEvent()78 mVerifier.verify(carPropertyValue); in onChangeEvent()
73 public CarPropertyEvent(int eventType, @NonNull CarPropertyValue<?> carPropertyValue) { in CarPropertyEvent() argument75 mCarPropertyValue = carPropertyValue; in CarPropertyEvent()
182 static PropKey of(CarPropertyValue carPropertyValue) { in of() argument183 return of(carPropertyValue.getPropertyId(), carPropertyValue.getAreaId()); in of()