Searched refs:RECENT_SWIPES (Results 1 – 1 of 1) sorted by relevance
82 private static final Queue<DebugSwipeRecord> RECENT_SWIPES = field in BrightLineFalsingManager141 RECENT_SWIPES.add(new DebugSwipeRecord(151 while (RECENT_SWIPES.size() > RECENT_INFO_LOG_SIZE) {152 RECENT_SWIPES.remove();482 if (RECENT_SWIPES.size() != 0) { in dump()485 for (DebugSwipeRecord record : RECENT_SWIPES) { in dump()