Searched refs:getDayDifference (Results 1 – 5 of 5) sorted by relevance
71 int dayDifference = getDayDifference(nowMillis, timestampMillis); in newCallLogTimestampLabel()188 public static int getDayDifference(long firstTimestamp, long secondTimestamp) { in getDayDifference() method in CallLogDates
37 public static int getDayDifference(ZoneId timeZone, long date1, long date2) { in getDayDifference() method in DateUtils
141 long dayDifference = CallLogDates.getDayDifference(currentTimeMillis, timestamp); in setCardAndHeaderPositions()
259 int days = DateUtils.getDayDifference(TIME_ZONE, date, now); in getDayGroup()
156 long dayDifference = CallLogDates.getDayDifference(currentTimeMillis, timestamp); in updateHeaderPositions()