Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cts/
DCarPropertyManagerTest.java1762 .setDependentOnProperty(VehiclePropertyIds.EMERGENCY_LANE_KEEP_ASSIST_ENABLED, in getEmergencyLaneKeepAssistStateVerifier()
1812 .setDependentOnProperty(VehiclePropertyIds.CRUISE_CONTROL_ENABLED, in getCruiseControlTypeVerifier()
1845 .setDependentOnProperty(VehiclePropertyIds.CRUISE_CONTROL_ENABLED, in getCruiseControlStateVerifier()
1922 .setDependentOnProperty(VehiclePropertyIds.CRUISE_CONTROL_ENABLED, in getCruiseControlCommandVerifier_OnAdaptiveCruiseControl()
1940 .setDependentOnProperty(VehiclePropertyIds.CRUISE_CONTROL_ENABLED, in getCruiseControlCommandVerifier_OnStandardCruiseControl()
1987 .setDependentOnProperty(VehiclePropertyIds.CRUISE_CONTROL_ENABLED, in getCruiseControlTargetSpeedVerifier()
2030 .setDependentOnProperty(VehiclePropertyIds.CRUISE_CONTROL_ENABLED, in getAdaptiveCruiseControlTargetTimeGapVerifier()
2071 .setDependentOnProperty(VehiclePropertyIds.CRUISE_CONTROL_ENABLED,
2133 .setDependentOnProperty(VehiclePropertyIds.HANDS_ON_DETECTION_ENABLED,
2164 .setDependentOnProperty(VehiclePropertyIds.HANDS_ON_DETECTION_ENABLED,
[all …]
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java2233 public Builder<T> setDependentOnProperty(Integer dependentPropertyId, in setDependentOnProperty() method in VehiclePropertyVerifier.Builder