Searched refs:candidateList (Results 1 – 5 of 5) sorted by relevance
159 final List<? extends CandidateInfo> candidateList = getCandidates(); in updateCandidates() local160 if (candidateList != null) { in updateCandidates()161 for (CandidateInfo info : candidateList) { in updateCandidates()188 if (candidateList != null) { in updateCandidates()189 for (CandidateInfo info : candidateList) { in updateCandidates()
178 final List<? extends CandidateInfo> candidateList = getCandidates(); in updateCandidates() local179 if (candidateList == null) { in updateCandidates()183 for (CandidateInfo info : candidateList) { in updateCandidates()192 if (!candidateList.isEmpty() && (selectedTimeout > maxTimeout)) { in updateCandidates()196 (RadioButtonPreference) screen.getPreference(candidateList.size() - 1); in updateCandidates()
52 private static List<ThemeItem> createThemeList(final String... candidateList) { in createThemeList() argument58 for (final String name : candidateList) { in createThemeList()
103 final List<? extends CandidateInfo> candidateList = getCandidates(); in updateCandidates() local104 if (candidateList == null) { in updateCandidates()107 for (CandidateInfo info : candidateList) { in updateCandidates()
440 public WifiConfiguration answer(List<WifiCandidates.Candidate> candidateList) { in mockWifiNetworkSelector()441 if (candidateList == null || candidateList.size() == 0) { in mockWifiNetworkSelector()1580 List<WifiCandidates.Candidate> candidateList = new ArrayList<>(); in testRetryConnectionOnFailure() local1581 candidateList.add(mCandidate1); in testRetryConnectionOnFailure()1582 candidateList.add(otherCandidate); in testRetryConnectionOnFailure()1584 anyBoolean())).thenReturn(candidateList); in testRetryConnectionOnFailure()1629 public boolean matches(List<WifiCandidates.Candidate> candidateList) { in matches() argument1630 return candidateList.size() == mSize; in matches()1646 List<WifiCandidates.Candidate> candidateList = new ArrayList<>(); in testRetryConnectionOnFailureCacheTimeout() local1647 candidateList.add(mCandidate1); in testRetryConnectionOnFailureCacheTimeout()[all …]