Searched refs:RECENT_SWIPES (Results 1 – 1 of 1) sorted by relevance
78 private static final Queue<DebugSwipeRecord> RECENT_SWIPES = field in BrightLineFalsingManager133 RECENT_SWIPES.add(new DebugSwipeRecord(143 while (RECENT_SWIPES.size() > RECENT_INFO_LOG_SIZE) {144 RECENT_SWIPES.remove();406 if (RECENT_SWIPES.size() != 0) { in dump()409 for (DebugSwipeRecord record : RECENT_SWIPES) { in dump()