Searched refs:mDependentOnPropertyId (Results 1 – 1 of 1) sorted by relevance
156 private final Optional<Integer> mDependentOnPropertyId; field in VehiclePropertyVerifier218 mDependentOnPropertyId = dependentPropertyId; in VehiclePropertyVerifier()731 if (!mDependentOnPropertyId.isPresent()) { in enableAdasFeatureIfAdasStateProperty()736 int adasEnabledPropertyId = mDependentOnPropertyId.get(); in enableAdasFeatureIfAdasStateProperty()770 if (!mDependentOnPropertyId.isPresent()) { in disableAdasFeatureIfAdasStateProperty()776 int adasEnabledPropertyId = mDependentOnPropertyId.get(); in disableAdasFeatureIfAdasStateProperty()2160 private Optional<Integer> mDependentOnPropertyId = Optional.empty(); field in VehiclePropertyVerifier.Builder2235 mDependentOnPropertyId = Optional.of(dependentPropertyId); in setDependentOnProperty()2391 mDependentOnPropertyId, in build()