Home
last modified time | relevance | path

Searched refs:twoInstant (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/format/
DDateUtils.java532 Instant twoInstant = Instant.ofEpochMilli(twoMillis); in isSameDate() local
533 LocalDateTime twoLocalDateTime = LocalDateTime.ofInstant(twoInstant, zoneId); in isSameDate()