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