Home
last modified time | relevance | path

Searched refs:mDependentOnPropertyId (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java156 private final Optional<Integer> mDependentOnPropertyId; field in VehiclePropertyVerifier
218 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.Builder
2235 mDependentOnPropertyId = Optional.of(dependentPropertyId); in setDependentOnProperty()
2391 mDependentOnPropertyId, in build()