Searched refs:localDateTime (Results 1 – 12 of 12) sorted by relevance
85 val localDateTime = in nextAlarmSet24HourFormat() constant90 val expectedSecondaryLabel = AlarmTileMapper.formatter24Hour.format(localDateTime) in nextAlarmSet24HourFormat()104 val localDateTime = in nextAlarmSet12HourFormat() constant109 val expectedSecondaryLabel = AlarmTileMapper.formatter12Hour.format(localDateTime) in nextAlarmSet12HourFormat()124 val localDateTime = in nextAlarmSetMoreThanAWeekLater_mapsSecondaryLabelToDisplayDateOnly() constant129 val expectedSecondaryLabel = AlarmTileMapper.formatterDateOnly.format(localDateTime) in nextAlarmSetMoreThanAWeekLater_mapsSecondaryLabelToDisplayDateOnly()144 val localDateTime = in nextAlarmSetOneMinuteLessThanAWeekLater_mapsSecondaryLabelToDisplayTime() constant149 val expectedSecondaryLabel = AlarmTileMapper.formatter12Hour.format(localDateTime) in nextAlarmSetOneMinuteLessThanAWeekLater_mapsSecondaryLabelToDisplayTime()164 val localDateTime = in nextAlarmSetExactlyAWeekLater_mapsSecondaryLabelToDisplayDateOnly() constant169 val expectedSecondaryLabel = AlarmTileMapper.formatterDateOnly.format(localDateTime) in nextAlarmSetExactlyAWeekLater_mapsSecondaryLabelToDisplayDateOnly()
36 private static long toEpochMilli(LocalDateTime localDateTime) { in toEpochMilli() argument37 return localDateTime.atZone(ZoneId.systemDefault()).toInstant().toEpochMilli(); in toEpochMilli()
115 LocalDateTime localDateTime = LocalDateTime.ofInstant(instant, ZoneId.systemDefault()); in formatMillisWithFixedFormat() local126 stringBuilder.append(localDateTime.getYear()); in formatMillisWithFixedFormat()128 append2DigitNumber(stringBuilder, localDateTime.getMonthValue()); in formatMillisWithFixedFormat()130 append2DigitNumber(stringBuilder, localDateTime.getDayOfMonth()); in formatMillisWithFixedFormat()132 append2DigitNumber(stringBuilder, localDateTime.getHour()); in formatMillisWithFixedFormat()134 append2DigitNumber(stringBuilder, localDateTime.getMinute()); in formatMillisWithFixedFormat()136 append2DigitNumber(stringBuilder, localDateTime.getSecond()); in formatMillisWithFixedFormat()
206 LocalDateTime localDateTime = LocalDateTime.of( in getPrimaryNotificationTimestamp() local215 long epochSeconds = localDateTime.toEpochSecond(ZoneOffset.UTC) - timeZoneOffsetSeconds; in getPrimaryNotificationTimestamp()
808 LocalDateTime localDateTime = zoneDateTime.toLocalDateTime(); in getDeliverPdu() local817 int year = localDateTime.getYear(); in getDeliverPdu()818 int month = localDateTime.getMonthValue(); in getDeliverPdu()819 int day = localDateTime.getDayOfMonth(); in getDeliverPdu()820 int hour = localDateTime.getHour(); in getDeliverPdu()821 int minute = localDateTime.getMinute(); in getDeliverPdu()822 int second = localDateTime.getSecond(); in getDeliverPdu()954 LocalDateTime localDateTime = LocalDateTime.of( in getSCTimestampMillis() local962 localDateTime.toEpochSecond(ZoneOffset.UTC) - timeZoneOffsetSeconds; in getSCTimestampMillis()
281 LocalDateTime localDateTime = mLocalTime; local285 count = Math.max(Math.abs(dayDistance(localDateTime, localNow)), 1);399 LocalDateTime localDateTime = mLocalTime; in onInitializeAccessibilityNodeInfoInternal() local403 count = Math.max(Math.abs(dayDistance(localDateTime, localNow)), 1); in onInitializeAccessibilityNodeInfoInternal()
294 LocalDateTime localDateTime = in fromMillis() local296 int year = localDateTime.getYear(); in fromMillis()299 ts.monthOrdinal = localDateTime.getMonthValue(); in fromMillis()300 ts.monthDay = localDateTime.getDayOfMonth(); in fromMillis()301 ts.hour = localDateTime.getHour(); in fromMillis()302 ts.minute = localDateTime.getMinute(); in fromMillis()303 ts.second = localDateTime.getSecond(); in fromMillis()321 LocalDateTime localDateTime = in toMillis() local324 localDateTime.toInstant(mZoneId.getRules().getOffset(localDateTime)); in toMillis()
311 private static long toEpochMilli(LocalDateTime localDateTime) { in toEpochMilli() argument312 return localDateTime.atZone(ZoneId.systemDefault()).toInstant().toEpochMilli(); in toEpochMilli()
1320 LocalDateTime localDateTime = LocalDateTime.now(Clock.systemDefaultZone());1321 String logNameTimeString = LOG_NAME_TIME_FORMATTER.format(localDateTime);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
21171 HSPLcom/android/icu/util/ExtendedTimeZone;->localDateTime(JLjava/time/ZoneOffset;)Ljava/time/LocalD…
21235 HSPLcom/android/icu/util/ExtendedTimeZone;->localDateTime(JLjava/time/ZoneOffset;)Ljava/time/LocalD…