Searched refs:RefreshResult (Results 1 – 1 of 1) sorted by relevance
182 class RefreshTestResultsTask extends AsyncTask<Void, Void, RefreshResult> {184 protected RefreshResult doInBackground(Void... params) { in doInBackground()190 protected void onPostExecute(RefreshResult result) { in onPostExecute()204 static class RefreshResult { class in TestListAdapter210 RefreshResult( in RefreshResult() method in TestListAdapter.RefreshResult232 RefreshResult getRefreshResults(List<TestListItem> items) { in getRefreshResults()257 return new RefreshResult(items, results, details, reportLogs); in getRefreshResults()