Searched refs:mUpdatedCarPropertyValue (Results 1 – 1 of 1) sorted by relevance
2495 private CarPropertyValue<?> mUpdatedCarPropertyValue = null; field in VehiclePropertyVerifier.SetterCallback2526 return mUpdatedCarPropertyValue; in waitForUpdatedCarPropertyValue()2531 if (mUpdatedCarPropertyValue != null || carPropertyValue.getPropertyId() != mPropertyId in onChangeEvent()2542 mUpdatedCarPropertyValue = carPropertyValue; in onChangeEvent()