Searched refs:isWithinOneYear (Results 1 – 1 of 1) sorted by relevance
84 if (isWithinOneYear(nowMillis, timestampMillis)) { in newCallLogTimestampLabel()236 private static boolean isWithinOneYear(long firstTimestamp, long secondTimestamp) { in isWithinOneYear() method in CallLogDates