Searched refs:removeRecordsBeforeDay (Results 1 – 1 of 1) sorted by relevance
278 removeRecordsBeforeDay(history, PAIRED_HISTORY_EXPIRED_DAY); in getHistory()284 removeRecordsBeforeDay(history, CONNECTED_HISTORY_EXPIRED_DAY); in getHistory()290 private static void removeRecordsBeforeDay(LinkedList<Long> history, int day) { in removeRecordsBeforeDay() method in HearingAidStatsLogUtils