Searched refs:fullRemotePath (Results 1 – 1 of 1) sorted by relevance
1258 String fullRemotePath = device.getIDevice().getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in syncTestData() local1259 if (fullRemotePath == null) { in syncTestData()1265 fullRemotePath = String.format("%s/%s", fullRemotePath, mRemoteDataPath); in syncTestData()1267 boolean result = device.syncFiles(mLocalDataFile, fullRemotePath); in syncTestData()1272 mLocalDataFile.getAbsolutePath(), fullRemotePath, device.getSerialNumber()), in syncTestData()