Searched refs:readFilesTask (Results 1 – 1 of 1) sorted by relevance
133 AsyncTask<String, Void, File[]> readFilesTask = new AsyncTask<String, Void, File[]>() { in showFolderContent() local160 readFilesTask.execute(location.getAbsolutePath()); in showFolderContent()