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