Searched refs:getNetworkConfigId (Results 1 – 4 of 4) sorted by relevance
76 int getNetworkConfigId(); in getNetworkConfigId() method218 public int getNetworkConfigId() { in getNetworkConfigId() method in WifiCandidates.CandidateImpl324 + "config = " + getNetworkConfigId() + ", " in toString()567 Collection<Candidate> cc = candidatesForNetworkId.get(candidate.getNetworkConfigId()); in getGroupedCandidates()570 candidatesForNetworkId.put(candidate.getNetworkConfigId(), cc); in getGroupedCandidates()
1929 if (perBssid.mNetworkConfigId >= network.getNetworkConfigId()) { in getNetworkListByteArray()
53 mNetworkConfigId = candidate.getNetworkConfigId(); in ConcreteCandidate()95 public int getNetworkConfigId() { in getNetworkConfigId() method in ConcreteCandidate
668 assertEquals(TEST_NETWORK_CONFIG_ID, network.getNetworkConfigId()); in testNetworksSerialization()