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);151 while (RECENT_SWIPES.size() > RECENT_INFO_LOG_SIZE) {535 while (RECENT_INFO_LOG.size() > RECENT_INFO_LOG_SIZE) { in logInfo()