use of com.ferg.awfulapp.thread.AwfulSearchResult in project Awful.apk by Awful.
the class SearchRequest method handleResponse.
@Override
protected AwfulSearchResult handleResponse(Document doc) throws AwfulError {
AwfulSearchResult result = AwfulSearchResult.parseSearch(doc);
result.setResultList(AwfulSearch.parseSearchResult(doc));
return result;
}
Aggregations