Searched refs:resultList (Results 1 – 5 of 5) sorted by relevance
106 List<PhoneCallLog> resultList = new ArrayList<>(); in convertToEntity() local110 PhoneCallLog previousCallLog = resultList.isEmpty() ? null : resultList.get( in convertToEntity()111 resultList.size() - 1); in convertToEntity()114 resultList.add(phoneCallLog); in convertToEntity()117 return resultList; in convertToEntity()
107 final List<AccessPoint> resultList = new ArrayList<>(); in onAccessPointsChanged() local110 resultList.add(clone(ap)); in onAccessPointsChanged()111 if (resultList.size() >= DEFAULT_EXPANDED_ROW_COUNT) { in onAccessPointsChanged()116 updateResults(resultList); in onAccessPointsChanged()
113 final List<AccessPoint> resultList = new ArrayList<>(); in onAccessPointsChanged() local116 resultList.add(clone(ap)); in onAccessPointsChanged()117 if (resultList.size() >= DEFAULT_EXPANDED_ROW_COUNT) { in onAccessPointsChanged()122 updateResults(resultList); in onAccessPointsChanged()
157 List<SearchResult> resultList = new ArrayList<>(resultSet); in query() local158 Collections.sort(resultList); in query()159 return resultList; in query()
1320 private static void appendDistinctNameIdList(ArrayList<String> resultList, String defaultName, in appendDistinctNameIdList() argument1335 if (!resultList.contains(newString)) { in appendDistinctNameIdList()1336 resultList.add(newString); in appendDistinctNameIdList()1340 for (String nameId : resultList) { in appendDistinctNameIdList()