Searched refs:getNetworkConfigId (Results 1 – 8 of 8) sorted by relevance
78 int getNetworkConfigId(); in getNetworkConfigId() method302 public int getNetworkConfigId() { in getNetworkConfigId() method in WifiCandidates.CandidateImpl463 + "config = " + getNetworkConfigId() + ", " in toString()792 Collection<Candidate> cc = candidatesForNetworkId.get(candidate.getNetworkConfigId()); in getGroupedCandidates()795 candidatesForNetworkId.put(candidate.getNetworkConfigId(), cc); in getGroupedCandidates()
1231 if (!mWifiConfigManager.isWifi7Enabled(candidate.getNetworkConfigId())) return false; in isWifi7Enabled()
3194 mConfigManager.getConfiguredNetwork(candidate.getNetworkConfigId()); in retryConnectionOnLatestCandidates()
2541 if (perBssid.mNetworkConfigId >= network.getNetworkConfigId()) { in getNetworkListByteArray()
65 mNetworkConfigId = candidate.getNetworkConfigId(); in ConcreteCandidate()115 public int getNetworkConfigId() { in getNetworkConfigId() method in ConcreteCandidate
1622 if (candidate.getNetworkConfigId() == latestSelection.networkId) { in testLastSelectionWeightForLatestSelectedNetwork()1639 if (candidate.getNetworkConfigId() == latestSelection.networkId) { in testLastSelectionWeightForLatestSelectedNetwork()
711 assertEquals(TEST_NETWORK_CONFIG_ID, network.getNetworkConfigId()); in testNetworksSerialization()
2623 when(otherCandidate.getNetworkConfigId()).thenReturn(testOtherNetworkNetworkId); in testRetryConnectionIgnoresDisabledNetworks()