Searched refs:getActivityDates (Results 1 – 8 of 8) sorted by relevance
69 TestUtils.getActivityDates( in testEmptyActivityDates()83 TestUtils.getActivityDates( in testActivityDates()99 TestUtils.getActivityDates( in testGetActivityDates_onUpdate()133 TestUtils.getActivityDates( in testGetActivityDates_onUpdate()151 TestUtils.getActivityDates( in testGetActivityDates_onDelete()172 TestUtils.getActivityDates( in testGetActivityDates_onDelete()
1626 TestUtils.getActivityDates(Collections.singletonList(testRecord.getClass())); in testDataApis_migrationInProgress_apisBlocked()
247 List<LocalDate> activityDates = TestUtils.getActivityDates(List.of(record.getClass())); in migrateHeight_clientRecordId_heightSaved()267 List<LocalDate> activityDates = TestUtils.getActivityDates(List.of(record.getClass())); in migrateHeight_uuid_heightSaved()305 TestUtils.getActivityDates( in migrateHeightUsingSharedMemory_heightSaved()326 List<LocalDate> activityDates = TestUtils.getActivityDates(List.of(record.getClass())); in migrateSteps_clientRecordId_stepsSaved()347 List<LocalDate> activityDates = TestUtils.getActivityDates(List.of(record.getClass())); in migrateSteps_uuid_stepsSaved()383 List<LocalDate> activityDates = TestUtils.getActivityDates(List.of(record.getClass())); in migratePower_powerSaved()405 TestUtils.getActivityDates( in migrateRecord_sameEntityId_notIgnored()433 TestUtils.getActivityDates( in migrateInstantRecord_noClientIdsAndSameTime_ignored()463 TestUtils.getActivityDates( in migrateInstantRecord_differentClientIdsAndSameTime_notIgnored()486 TestUtils.getActivityDates( in migrateIntervalRecord_noClientIdsAndSameTime_ignored()[all …]
91 public static List<LocalDate> getActivityDates( in getActivityDates() method in ActivityDateHelper
216 void getActivityDates( in getActivityDates() method
1579 public void getActivityDates( in getActivityDates() method in HealthConnectServiceImpl1595 ActivityDateHelper.getActivityDates( in getActivityDates()
1643 mService.getActivityDates( in queryActivityDates()
523 public static List<LocalDate> getActivityDates(List<Class<? extends Record>> recordTypes) in getActivityDates() method in TestUtils