Searched refs:LAST_NUM_RANGING_REPORTS (Results 1 – 1 of 1) sorted by relevance
417 private static final int LAST_NUM_RANGING_REPORTS = 20; field in UwbShellCommand.SessionInfo425 new ArrayDeque<>(LAST_NUM_RANGING_REPORTS);446 if (lastRangingReports.size() == LAST_NUM_RANGING_REPORTS) { in addRangingReport()