Home
last modified time | relevance | path

Searched defs:secondTimestamp (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()
236 private static boolean isWithinOneYear(long firstTimestamp, long secondTimestamp) { in isWithinOneYear()