Searched refs:setStarTime (Results 1 – 9 of 9) sorted by relevance
56 .setStarTime(mStartTime.toEpochMilli()) in testExerciseLapInternal_writeToParcelAndBack_recordsAreEqual()70 .setStarTime(mStartTime.toEpochMilli()) in testExerciseLapInternal_writeToParcelAndBackNoLength_recordsAreEqual()
65 .setStarTime(mStartTime.toEpochMilli()) in testExerciseSegmentInternal_writeToParcelAndBack_recordsAreEqual()81 .setStarTime(mStartTime.toEpochMilli()) in testExerciseSegmentInternal_writeToParcelAndBackNoReps_recordsAreEqual()
156 return new ExerciseLapInternal().setStarTime(START_TIME).setEndTime(END_TIME).setLength(10); in buildExerciseLap()168 .setStarTime(START_TIME) in buildExerciseSegment()
46 .setStarTime((parcel.readLong())) in readFromParcel()116 public ExerciseLapInternal setStarTime(long startTime) { in setStarTime() method in ExerciseLapInternal
49 .setStarTime(parcel.readLong()) in readFromParcel()105 public ExerciseSegmentInternal setStarTime(long startTime) { in setStarTime() method in ExerciseSegmentInternal
112 .setStarTime(getStartTime().toEpochMilli()) in toSegmentInternal()
111 .setStarTime(getStartTime().toEpochMilli()) in toExerciseLapInternal()
83 .setStarTime(getCursorLong(cursor, EXERCISE_LAPS_START_TIME)) in populateLapIfRecorded()
89 .setStarTime(getCursorLong(cursor, EXERCISE_SEGMENT_START_TIME)) in updateSetWithRecordedSegment()