Searched refs:mLocalDataFile (Results 1 – 1 of 1) sorted by relevance
456 protected File mLocalDataFile = null; field in DeviceSetup1249 if (mLocalDataFile == null) { in syncTestData()1253 if (!mLocalDataFile.exists() || !mLocalDataFile.isDirectory()) { in syncTestData()1255 "local-data-path %s is not a directory", mLocalDataFile.getAbsolutePath()), in syncTestData()1267 boolean result = device.syncFiles(mLocalDataFile, fullRemotePath); in syncTestData()1272 mLocalDataFile.getAbsolutePath(), fullRemotePath, device.getSerialNumber()), in syncTestData()1692 mLocalDataFile = path; in setLocalDataPath()