Searched refs:MAX_STA_EVENTS (Results 1 – 2 of 2) sorted by relevance
215 public static final int MAX_STA_EVENTS = 768; field in WifiMetrics339 @VisibleForTesting static final int MAX_LINK_PROBE_STA_EVENTS = MAX_STA_EVENTS / 4;3689 if (mStaEventList.size() > MAX_STA_EVENTS) mStaEventList.remove(); in addStaEvent()
1950 for (int i = 0; i < (WifiMetrics.MAX_STA_EVENTS + 10); i++) { in testStaEventBounding()1954 assertEquals(WifiMetrics.MAX_STA_EVENTS, mDecodedProto.staEventList.length); in testStaEventBounding()