Searched refs:halToManagerPropId (Results 1 – 3 of 3) sorted by relevance
1076 int mgrPropId = halToManagerPropId(halPropConfig.getPropId()); in getPropertyList()1283 && CarPropertyHelper.isSupported(halToManagerPropId(halPropId)); in isSupportedProperty()1489 int mgrPropId = halToManagerPropId(halPropId); in onHalEvents()1554 int mgrPropId = halToManagerPropId(vehiclePropError.propId); in onPropertySetError()1955 private int halToManagerPropId(int mgrPropId) { in halToManagerPropId() method in PropertyHalService1956 return mPropertyHalServiceConfigs.halToManagerPropId(mgrPropId); in halToManagerPropId()
453 public int halToManagerPropId(int halPropId) { in halToManagerPropId() method in PropertyHalServiceConfigs463 return VehiclePropertyIds.toString(halToManagerPropId(halPropId)); in halPropIdToName()
664 assertThat(mPropertyHalServiceConfigs.halToManagerPropId( in testHalToManagerPropId()