Searched refs:tooManyInterfaces (Results 1 – 1 of 1) sorted by relevance
1857 int tooManyInterfaces = chipInfo.ifaces[type].length - chipIfaceCombo[type]; in canIfaceComboSupportRequest() local1861 tooManyInterfaces += 1; in canIfaceComboSupportRequest()1864 if (tooManyInterfaces > 0) { // may need to delete some in canIfaceComboSupportRequest()1874 interfacesToBeRemovedFirst.addAll(selectInterfacesToDelete(tooManyInterfaces, in canIfaceComboSupportRequest()