Searched refs:RefreshResult (Results 1 – 1 of 1) sorted by relevance
209 class RefreshTestResultsTask extends AsyncTask<Void, Void, RefreshResult> {211 protected RefreshResult doInBackground(Void... params) { in doInBackground()217 protected void onPostExecute(RefreshResult result) { in onPostExecute()233 static class RefreshResult { class in TestListAdapter240 RefreshResult( in RefreshResult() method in TestListAdapter.RefreshResult265 RefreshResult getRefreshResults(List<TestListItem> items) { in getRefreshResults()294 return new RefreshResult(items, results, details, reportLogs, histories); in getRefreshResults()