Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiCandidates.java76 int getNetworkConfigId(); in getNetworkConfigId() method
230 public int getNetworkConfigId() { in getNetworkConfigId() method in WifiCandidates.CandidateImpl
346 + "config = " + getNetworkConfigId() + ", " in toString()
610 Collection<Candidate> cc = candidatesForNetworkId.get(candidate.getNetworkConfigId()); in getGroupedCandidates()
613 candidatesForNetworkId.put(candidate.getNetworkConfigId(), cc); in getGroupedCandidates()
H A DWifiConnectivityManager.java2320 mConfigManager.getConfiguredNetwork(candidate.getNetworkConfigId()); in retryConnectionOnLatestCandidates()
H A DWifiScoreCard.java2554 if (perBssid.mNetworkConfigId >= network.getNetworkConfigId()) { in getNetworkListByteArray()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DConcreteCandidate.java55 mNetworkConfigId = candidate.getNetworkConfigId(); in ConcreteCandidate()
98 public int getNetworkConfigId() { in getNetworkConfigId() method in ConcreteCandidate
H A DWifiScoreCardTest.java712 assertEquals(TEST_NETWORK_CONFIG_ID, network.getNetworkConfigId()); in testNetworksSerialization()
H A DWifiConnectivityManagerTest.java1702 when(otherCandidate.getNetworkConfigId()).thenReturn(testOtherNetworkNetworkId); in testRetryConnectionIgnoresDisabledNetworks()