Searched defs:addProperty (Results 1 – 6 of 6) sorted by relevance
39 CarPropertyController addProperty(Integer propId, @Nullable Object value); in addProperty() method42 CarPropertyController addProperty(CarPropertyConfig<?> config, in addProperty() method
203 public CarPropertyController addProperty(Integer propId, Object value) { in addProperty() method in FakeCarPropertyService217 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
109 public void addProperty(VehiclePropConfig config, VehicleHalPropertyHandler handler) { in addProperty() method in AidlMockedVehicleHal
248 public AppSearchSchema.Builder addProperty(@NonNull PropertyConfig propertyConfig) { in addProperty() method in AppSearchSchema.Builder