Home
last modified time | relevance | path

Searched refs:RefreshResult (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java461 class RefreshTestResultsTask extends AsyncTask<Void, Void, RefreshResult> {
464 protected RefreshResult doInBackground(Void... params) { in doInBackground()
469 protected void onPostExecute(RefreshResult result) { in onPostExecute()
488 static class RefreshResult { class in TestListAdapter
496 RefreshResult( in RefreshResult() method in TestListAdapter.RefreshResult
524 RefreshResult getRefreshResults(List<TestListItem> items) { in getRefreshResults()
562 return new RefreshResult( in getRefreshResults()