Searched refs:getCandidates (Results 1 – 3 of 3) sorted by relevance
121 assertNotNull(mWifiCandidates.getCandidates()); in testGetCandidates()122 assertEquals(1, mWifiCandidates.getCandidates().size()); in testGetCandidates()365 candidate = mWifiCandidates.getCandidates().get(0); in testAddCarrierOrPrivilegedCandidate()370 candidate = mWifiCandidates.getCandidates().get(0); in testAddCarrierOrPrivilegedCandidate()
580 public List<Candidate> getCandidates() { in getCandidates() method in WifiCandidates
835 return wifiCandidates.getCandidates(); in getCandidatesFromScan()