Home
last modified time | relevance | path

Searched refs:addProperty (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardEntryTests.java209 entry.addProperty(property); in testEntryElementIterator()
222 entry.addProperty(property); in testEntryElementIterator()
230 entry.addProperty(property); in testEntryElementIterator()
238 entry.addProperty(property); in testEntryElementIterator()
247 entry.addProperty(property); in testEntryElementIterator()
256 entry.addProperty(property); in testEntryElementIterator()
266 entry.addProperty(property); in testEntryElementIterator()
273 entry.addProperty(property); in testEntryElementIterator()
280 entry.addProperty(property); in testEntryElementIterator()
287 entry.addProperty(property); in testEntryElementIterator()
[all …]
/frameworks/opt/calendar/src/com/android/calendarcommon/
DRecurrenceSet.java302 component.addProperty(dtstartProp); in populateComponent()
305 component.addProperty(durationProp); in populateComponent()
361 component.addProperty(dtstartProp); in populateComponent()
364 component.addProperty(durationProp); in populateComponent()
383 component.addProperty(prop); in addPropertiesForRuleStr()
451 component.addProperty(prop); in addPropertyForDateStr()
DICalendar.java137 public void addProperty(Property prop) { in addProperty() method in ICalendar.Component
517 component.addProperty(property); in parseLine()
/frameworks/native/libs/utils/
DPropertyMap.cpp50 void PropertyMap::addProperty(const String8& key, const String8& value) { in addProperty() function in android::PropertyMap
210 mMap->addProperty(keyToken, valueToken); in parse()
/frameworks/native/include/utils/
DPropertyMap.h60 void addProperty(const String8& key, const String8& value);
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntryConstructor.java130 mCurrentEntry.addProperty(property); in onPropertyCreated()
DVCardEntry.java2124 public void addProperty(final VCardProperty property) { in addProperty() method in VCardEntry
/frameworks/base/services/input/tests/
DInputReader_test.cpp344 device->configuration.addProperty(key, value); in addConfigurationProperty()