Searched refs:mLocalDataFile (Results 1 – 1 of 1) sorted by relevance
386 protected File mLocalDataFile = null; field in DeviceSetup936 if (mLocalDataFile == null) { in syncTestData()940 if (!mLocalDataFile.exists() || !mLocalDataFile.isDirectory()) { in syncTestData()942 "local-data-path %s is not a directory", mLocalDataFile.getAbsolutePath()), in syncTestData()954 boolean result = device.syncFiles(mLocalDataFile, fullRemotePath); in syncTestData()959 mLocalDataFile.getAbsolutePath(), fullRemotePath, device.getSerialNumber()), in syncTestData()1326 mLocalDataFile = path; in setLocalDataPath()