Searched refs:getStartDate (Results 1 – 6 of 6) sorted by relevance
34 public String getStartDate() { in getStartDate() method in EventDataItem49 if (!TextUtils.equals(getStartDate(), that.getStartDate())) { in shouldCollapseWith()
35 public String getStartDate() { in getStartDate() method in EventDataItem50 if (!TextUtils.equals(getStartDate(), that.getStartDate())) { in shouldCollapseWith()
124 public LocalDate getStartDate() { in getStartDate() method in PlannedExerciseSessionRecord
165 assertEquals(date2, ((EventDataItem) dataList.get(2)).getStartDate()); in testDataItemCollapsing_event()
1176 assertThat(builder.build().getStartDate()).isEqualTo(LocalDate.of(2007, APRIL, 5)); in getStartDate_returnsLocalDateFromTime()
1403 method @NonNull public java.time.LocalDate getStartDate();