Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DCallLogDates.java188 public static int getDayDifference(long firstTimestamp, long secondTimestamp) { in getDayDifference() argument
190 if (secondTimestamp < firstTimestamp) { in getDayDifference()
191 long t = firstTimestamp; in getDayDifference()
192 firstTimestamp = secondTimestamp; in getDayDifference()
211 other.setTimeInMillis(firstTimestamp); in getDayDifference()
236 private static boolean isWithinOneYear(long firstTimestamp, long secondTimestamp) { in isWithinOneYear() argument
238 if (secondTimestamp < firstTimestamp) { in isWithinOneYear()
239 long t = firstTimestamp; in isWithinOneYear()
240 firstTimestamp = secondTimestamp; in isWithinOneYear()
250 other.setTimeInMillis(firstTimestamp); in isWithinOneYear()