Searched refs:getFirstParameter (Results 1 – 3 of 3) sorted by relevance
82 assertEquals("foo", prop1.getFirstParameter("PARAM1").value); in testParseBasicComponent()83 assertEquals("bar", prop1.getFirstParameter("PARAM2").value); in testParseBasicComponent()100 assertEquals("GMT+03:00", property.getFirstParameter("TZID").value); in testParseQuotedParam()
193 dtstartProperty.getFirstParameter("TZID"); in populateContentValues()480 dtendProperty.getFirstParameter("TZID"); in computeDuration()527 recurrence.getFirstParameter("TZID"); in extractDates()
320 public Parameter getFirstParameter(String name) { in getFirstParameter() method in ICalendar.Property