Searched refs:InstanceInfo (Results 1 - 1 of 1) sorted by relevance

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java616 private class InstanceInfo { class in class:CalendarProvider2Test
622 public InstanceInfo(String eventName, String startDate, String endDate, int expected) { method in class:CalendarProvider2Test.InstanceInfo
713 private InstanceInfo[] mInstanceRanges = {
714 new InstanceInfo("daily0", "2008-05-01T00:00:00", "2008-05-01T00:01:00", 1),
715 new InstanceInfo("daily0", "2008-05-01T00:00:00", "2008-05-01T01:00:00", 1),
716 new InstanceInfo("daily0", "2008-05-01T00:00:00", "2008-05-02T00:00:00", 2),
717 new InstanceInfo("daily0", "2008-05-01T00:00:00", "2008-05-02T23:59:00", 2),
718 new InstanceInfo("daily0", "2008-05-02T00:00:00", "2008-05-02T00:01:00", 1),
719 new InstanceInfo("daily0", "2008-05-02T00:00:00", "2008-05-02T01:00:00", 1),
720 new InstanceInfo("daily
[all...]

Completed in 49 milliseconds