Searched refs:candidateList (Results 1 – 5 of 5) sorted by relevance
171 final List<? extends CandidateInfo> candidateList = getCandidates(); in updateCandidates() local172 if (candidateList != null) { in updateCandidates()173 for (CandidateInfo info : candidateList) { in updateCandidates()201 if (candidateList != null) { in updateCandidates()202 for (CandidateInfo info : candidateList) { in updateCandidates()
52 private static List<ThemeItem> createThemeList(final String... candidateList) { in createThemeList() argument58 for (final String name : candidateList) { in createThemeList()
191 final List<? extends CandidateInfo> candidateList = getCandidates(); in updateCandidates() local192 if (candidateList == null) { in updateCandidates()196 for (CandidateInfo info : candidateList) { in updateCandidates()206 if (!candidateList.isEmpty() && (selectedTimeout > maxTimeout)) { in updateCandidates()211 screen.getPreference(candidateList.size() - 1); in updateCandidates()
585 public WifiConfiguration answer(List<WifiCandidates.Candidate> candidateList) { in mockWifiNetworkSelector()586 if (candidateList == null || candidateList.size() == 0) { in mockWifiNetworkSelector()1441 public WifiConfiguration answer(List<WifiCandidates.Candidate> candidateList) { in setupMockPrimaryNetworkSelect()1442 if (candidateList != null) { in setupMockPrimaryNetworkSelect()1443 for (WifiCandidates.Candidate candidate : candidateList) { in setupMockPrimaryNetworkSelect()1462 public WifiConfiguration answer(List<WifiCandidates.Candidate> candidateList, in setupMockSecondaryNetworkSelect()1464 if (candidateList != null) { in setupMockSecondaryNetworkSelect()1465 for (WifiCandidates.Candidate candidate : candidateList) { in setupMockSecondaryNetworkSelect()2287 List<WifiCandidates.Candidate> candidateList = new ArrayList<>(); in testRetryConnectionOnFailure() local2288 candidateList.add(mCandidate1); in testRetryConnectionOnFailure()[all …]
161 final List<? extends CandidateInfo> candidateList = getCandidates(); in updateCandidates() local162 if (candidateList == null) { in updateCandidates()165 for (CandidateInfo info : candidateList) { in updateCandidates()