Searched refs:MAX_UNUSABLE_EVENTS (Results 1 – 2 of 2) sorted by relevance
3762 for (int i = 0; i < (WifiMetrics.MAX_UNUSABLE_EVENTS + 2); i++) { in testUnusableEventBounding()3766 assertEquals(WifiMetrics.MAX_UNUSABLE_EVENTS, mDecodedProto.wifiIsUnusableEventList.length); in testUnusableEventBounding()
211 public static final int MAX_UNUSABLE_EVENTS = 20; field in WifiMetrics6959 if (mWifiIsUnusableList.size() > MAX_UNUSABLE_EVENTS) {