Searched defs:endDate (Results 1 – 4 of 4) sorted by relevance
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/datasources/ |
D | AggregationCardInfo.kt | 25 val endDate: Instant? = null constant in com.android.healthconnect.controller.datasources.AggregationCardInfo
|
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/datasources/api/ |
D | LoadMostRecentAggregationsUseCaseTest.kt | 226 val endDate = LocalDate.of(2023, 4, 5).randomInstant() in loadMostRecentAggregations_forSleep_sessionsSpanOneDay_returnsAggregationInfoForOneDay() constant 249 val endDate = LocalDate.of(2023, 4, 7).randomInstant() in loadMostRecentAggregations_forSleep_sessionsSpanTwoDays_returnsAggregationInfoWithStartAndEndTime() constant
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 343 public DumpInstances(String startDate, String endDate) { in DumpInstances() 367 public QueryNumInstances(String startDate, String endDate, int expected) { in QueryNumInstances() 395 public VerifyAllInstances(String startDate, String endDate, String[] dates) { in VerifyAllInstances() 490 public VerifyInstance(String startDate, String endDate, String date) { in VerifyInstance() 553 public EventInfo(String title, String startDate, String endDate, in EventInfo() 559 public EventInfo(String title, String startDate, String endDate, in EventInfo() 564 public void init(String title, String startDate, String endDate, in init() 587 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() 593 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() 598 public void init(String title, String description, String startDate, String endDate, in init() [all …]
|
/packages/apps/Settings/src/com/android/settings/datausage/ |
D | ChartDataUsagePreference.java | 131 final String endDate = DateUtils.formatDateTime(context, mEnd, flags); in setupContentDescription() local
|