Searched refs:toVehiclePropConfig (Results 1 – 5 of 5) sorted by relevance
120 public Object toVehiclePropConfig() { in toVehiclePropConfig() method in HidlHalPropConfig
129 public Object toVehiclePropConfig() { in toVehiclePropConfig() method in AidlHalPropConfig
94 public abstract Object toVehiclePropConfig(); in toVehiclePropConfig() method in HalPropConfig
221 assertThat((VehiclePropConfig) halPropConfig.toVehiclePropConfig()).isEqualTo(aidlConfig); in testToVehiclePropConfig_forAidlConfig()268 halPropConfig.toVehiclePropConfig()).isEqualTo(hidlConfig); in testToVehiclePropConfig_forHidlConfig()
198 aidlConfigs.add((VehiclePropConfig) (halConfig.toVehiclePropConfig())); in checkConfigs()