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