Home
last modified time | relevance | path

Searched refs:ICalendar (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/calendarcommon/src/android/calendarcommon2/cts/
DCalendarcommon2Test.java23 import com.android.calendarcommon2.ICalendar;
39 ICalendar.Component component = new ICalendar.Component("CTS", null); in testStaticLinking()
40 List<ICalendar.Property> properties = in testStaticLinking()
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
DRecurrenceSet.java31 public static void addPropertiesForRuleStr(ICalendar.Component component, in addPropertiesForRuleStr()
34 component.addProperty(new ICalendar.Property(CTS_PROPERTY_NAME)); in addPropertiesForRuleStr()
DICalendar.java31 public class ICalendar { class
101 private ICalendar() { in ICalendar() method in ICalendar