Searched refs:getNetworkConfigId (Results 1 – 6 of 6) sorted by relevance
76 int getNetworkConfigId(); in getNetworkConfigId() method230 public int getNetworkConfigId() { in getNetworkConfigId() method in WifiCandidates.CandidateImpl346 + "config = " + getNetworkConfigId() + ", " in toString()610 Collection<Candidate> cc = candidatesForNetworkId.get(candidate.getNetworkConfigId()); in getGroupedCandidates()613 candidatesForNetworkId.put(candidate.getNetworkConfigId(), cc); in getGroupedCandidates()
2320 mConfigManager.getConfiguredNetwork(candidate.getNetworkConfigId()); in retryConnectionOnLatestCandidates()
2554 if (perBssid.mNetworkConfigId >= network.getNetworkConfigId()) { in getNetworkListByteArray()
55 mNetworkConfigId = candidate.getNetworkConfigId(); in ConcreteCandidate()98 public int getNetworkConfigId() { in getNetworkConfigId() method in ConcreteCandidate
712 assertEquals(TEST_NETWORK_CONFIG_ID, network.getNetworkConfigId()); in testNetworksSerialization()
1702 when(otherCandidate.getNetworkConfigId()).thenReturn(testOtherNetworkNetworkId); in testRetryConnectionIgnoresDisabledNetworks()