Searched refs:startTimes (Results 1 – 4 of 4) sorted by relevance
228 var startTimes: List<Long>? = eventMap.get(eventId) in queryNextReminderAndSchedule() variable229 if (startTimes == null) { in queryNextReminderAndSchedule()230 startTimes = mutableListOf<Long>() as List<Long> in queryNextReminderAndSchedule()231 eventMap.put(eventId, startTimes) in queryNextReminderAndSchedule()235 startTimes.add(localStartTime) in queryNextReminderAndSchedule()266 val startTimes: List<Long>? = eventMap.get(eventId) in queryNextReminderAndSchedule() constant267 if (startTimes != null) { in queryNextReminderAndSchedule()268 for (startTime in startTimes) { in queryNextReminderAndSchedule()
349 List<Instant> startTimes = getTimes(intent, EXTRA_TIMES); in createStepsRecords() local355 for (int i = 0; i < startTimes.size(); i++) { in createStepsRecords()357 createStepsRecord(startTimes.get(i), endTimes.get(i), clientIds[i], values[i])); in createStepsRecords()
708 long[] startTimes = lapsBundle.getLongArray(START_TIMES); in createExerciseSessionRecord() local713 Instant.ofEpochMilli(startTimes[i]), in createExerciseSessionRecord()
6917 Landroid/icu/util/TimeArrayTimeZoneRule;->startTimes:[J