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
33 public static int getDayDifference(Time time, long date1, long date2) { in getDayDifference() method in DateUtils
258 int days = DateUtils.getDayDifference(TIME, date, now); in getDayGroup()
141 long dayDifference = CallLogDates.getDayDifference(currentTimeMillis, timestamp); in setCardAndHeaderPositions()
156 long dayDifference = CallLogDates.getDayDifference(currentTimeMillis, timestamp); in updateHeaderPositions()