Searched refs:RECENT_INFO_LOG_SIZE (Results 1 – 1 of 1) sorted by relevance
64 private static final int RECENT_INFO_LOG_SIZE = 40; field in BrightLineFalsingManager81 new ArrayDeque<>(RECENT_INFO_LOG_SIZE + 1);149 while (RECENT_SWIPES.size() > RECENT_INFO_LOG_SIZE) {533 while (RECENT_INFO_LOG.size() > RECENT_INFO_LOG_SIZE) { in logInfo()