Searched refs:importedPath (Results 1 – 1 of 1) sorted by relevance
83 String importedPath = null; in run() local85 importedPath = new File(dest, object.getName(mDevice)).getAbsolutePath(); in run()86 if (!mDevice.importFile(object.getObjectHandle(), importedPath)) { in run()87 importedPath = null; in run()90 if (importedPath == null) { in run()94 mListener.onImportProgress(visited, total, importedPath); in run()