Searched refs:candidateList (Results 1 – 5 of 5) sorted by relevance
176 final List<? extends CandidateInfo> candidateList = getCandidates(); in updateCandidates() local177 if (candidateList != null) { in updateCandidates()178 for (CandidateInfo info : candidateList) { in updateCandidates()206 if (candidateList != null) { in updateCandidates()207 for (CandidateInfo info : candidateList) { in updateCandidates()
208 final List<? extends CandidateInfo> candidateList = getCandidates(); in updateCandidates() local209 if (candidateList == null) { in updateCandidates()213 for (CandidateInfo info : candidateList) { in updateCandidates()223 if (!candidateList.isEmpty() && (selectedTimeout > maxTimeout)) { in updateCandidates()228 int lastIndex = candidateList.size() - 1; in updateCandidates()234 setCurrentSystemScreenTimeout(getContext(), candidateList.get(lastIndex).getKey()); in updateCandidates()
52 private static List<ThemeItem> createThemeList(final String... candidateList) { in createThemeList() argument58 for (final String name : candidateList) { in createThemeList()
590 public WifiConfiguration answer(List<WifiCandidates.Candidate> candidateList) { in mockWifiNetworkSelector()591 if (candidateList == null || candidateList.size() == 0) { in mockWifiNetworkSelector()1447 public WifiConfiguration answer(List<WifiCandidates.Candidate> candidateList) { in setupMockPrimaryNetworkSelect()1448 if (candidateList != null) { in setupMockPrimaryNetworkSelect()1449 for (WifiCandidates.Candidate candidate : candidateList) { in setupMockPrimaryNetworkSelect()1468 public WifiConfiguration answer(List<WifiCandidates.Candidate> candidateList, in setupMockSecondaryNetworkSelect()1470 if (candidateList != null) { in setupMockSecondaryNetworkSelect()1471 for (WifiCandidates.Candidate candidate : candidateList) { in setupMockSecondaryNetworkSelect()2418 List<WifiCandidates.Candidate> candidateList = new ArrayList<>(); in testRetryConnectionOnFailure() local2419 candidateList.add(mCandidate1); in testRetryConnectionOnFailure()[all …]
152 final List<? extends CandidateInfo> candidateList = getCandidates(); in updateCandidates() local153 if (candidateList == null) { in updateCandidates()156 for (CandidateInfo info : candidateList) { in updateCandidates()