Searched refs:MAX_HISTORY_SIZE (Results 1 – 3 of 3) sorted by relevance
26 private static final int MAX_HISTORY_SIZE = 400; field in HistoryHandler58 while (mMsgHistory.size() > MAX_HISTORY_SIZE) { in handleMessage()
76 static constexpr size_t MAX_HISTORY_SIZE = 10;
110 if (mSegmentHistory.size() > MAX_HISTORY_SIZE) { in recordPendingSegment()