HomeSort by relevance Sort by last modified time
    Searched defs:parseComponent (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/pim/
RecurrenceSetTest.java 67 ICalendar.parseComponent(recurrenceComponent, recurrence);
  /frameworks/base/core/java/android/pim/
ICalendar.java 596 Component calendar = parseComponent(null, text);
612 Component event = parseComponent(null, text);
626 public static Component parseComponent(String text) throws FormatException {
627 return parseComponent(null, text);
639 public static Component parseComponent(Component component, String text)

Completed in 75 milliseconds