Searched defs:addProperty (Results 1 – 7 of 7) sorted by relevance
39 CarPropertyController addProperty(Integer propId, @Nullable Object value); in addProperty() method42 CarPropertyController addProperty(CarPropertyConfig<?> config, in addProperty() method
171 public CarPropertyController addProperty(Integer propId, Object value) { in addProperty() method in FakeCarPropertyService185 public CarPropertyController addProperty(CarPropertyConfig<?> config, in addProperty() method in FakeCarPropertyService
40 public void addProperty(VCardProperty property) { in addProperty() method in CustomVCardEntry
88 public void addProperty(VehiclePropConfig config, VehicleHalPropertyHandler handler) { in addProperty() method in HidlMockedVehicleHal
104 public void addProperty(VehiclePropConfig config, VehicleHalPropertyHandler handler) { in addProperty() method in AidlMockedVehicleHal
175 public AppSearchSchema.Builder addProperty(@NonNull PropertyConfig propertyConfig) { in addProperty() method in AppSearchSchema.Builder
204 void addProperty(int propId, float rate) { in addProperty() method in CarPropertyService.Client