Home
last modified time | relevance | path

Searched refs:getNetworkConfigId (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java78 int getNetworkConfigId(); in getNetworkConfigId() method
302 public int getNetworkConfigId() { in getNetworkConfigId() method in WifiCandidates.CandidateImpl
463 + "config = " + getNetworkConfigId() + ", " in toString()
792 Collection<Candidate> cc = candidatesForNetworkId.get(candidate.getNetworkConfigId()); in getGroupedCandidates()
795 candidatesForNetworkId.put(candidate.getNetworkConfigId(), cc); in getGroupedCandidates()
DWifiNetworkSelector.java1231 if (!mWifiConfigManager.isWifi7Enabled(candidate.getNetworkConfigId())) return false; in isWifi7Enabled()
DWifiConnectivityManager.java3194 mConfigManager.getConfiguredNetwork(candidate.getNetworkConfigId()); in retryConnectionOnLatestCandidates()
DWifiScoreCard.java2541 if (perBssid.mNetworkConfigId >= network.getNetworkConfigId()) { in getNetworkListByteArray()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java65 mNetworkConfigId = candidate.getNetworkConfigId(); in ConcreteCandidate()
115 public int getNetworkConfigId() { in getNetworkConfigId() method in ConcreteCandidate
DWifiNetworkSelectorTest.java1622 if (candidate.getNetworkConfigId() == latestSelection.networkId) { in testLastSelectionWeightForLatestSelectedNetwork()
1639 if (candidate.getNetworkConfigId() == latestSelection.networkId) { in testLastSelectionWeightForLatestSelectedNetwork()
DWifiScoreCardTest.java711 assertEquals(TEST_NETWORK_CONFIG_ID, network.getNetworkConfigId()); in testNetworksSerialization()
DWifiConnectivityManagerTest.java2623 when(otherCandidate.getNetworkConfigId()).thenReturn(testOtherNetworkNetworkId); in testRetryConnectionIgnoresDisabledNetworks()