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