Searched refs:MAX_ENTRIES (Results 1 – 4 of 4) sorted by relevance
33 private static final int MAX_ENTRIES = 50; field in HighRefreshRateBlacklist57 MAX_ENTRIES);
156 static constexpr size_t MAX_ENTRIES = 64;
264 while (mQueue.size() >= MAX_ENTRIES) { in push()