Searched refs:firstTimestamp (Results 1 – 1 of 1) sorted by relevance
188 public static int getDayDifference(long firstTimestamp, long secondTimestamp) { in getDayDifference() argument190 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() argument238 if (secondTimestamp < firstTimestamp) { in isWithinOneYear()239 long t = firstTimestamp; in isWithinOneYear()240 firstTimestamp = secondTimestamp; in isWithinOneYear()250 other.setTimeInMillis(firstTimestamp); in isWithinOneYear()