Searched refs:resultList (Results 1 – 2 of 2) sorted by relevance
96 final List<InstantAppResolveInfo> resultList = new ArrayList<>(responseSize); in _onGetInstantAppResolveInfo() local98 resultList.add(response.get(i).getInstantAppResolveInfo()); in _onGetInstantAppResolveInfo()100 callback.onInstantAppResolveInfo(resultList); in _onGetInstantAppResolveInfo()111 final List<InstantAppResolveInfo> resultList = new ArrayList<>(1); in _onGetInstantAppIntentFilter() local112 resultList.add(response.getInstantAppResolveInfo()); in _onGetInstantAppIntentFilter()113 callback.onInstantAppResolveInfo(resultList); in _onGetInstantAppIntentFilter()
355 ArrayList<R> resultList = new ArrayList<R>(); in queryIntentFromList() local365 listCut.get(i), resultList, userId); in queryIntentFromList()367 filterResults(resultList); in queryIntentFromList()368 sortResults(resultList); in queryIntentFromList()369 return resultList; in queryIntentFromList()