Searched refs:localFilePath (Results 1 – 4 of 4) sorted by relevance
68 String localFilePath = fileDialog.open(); in promptAndPull() local69 if (localFilePath != null) { in promptAndPull()70 return pull(sync, localFilePath, remoteFilePath); in promptAndPull()85 protected SyncResult pull(final SyncService sync, final String localFilePath, in pull() argument92 res[0] = sync.pullFile(remoteFilePath, localFilePath, in pull()
435 public String syncPackageToDevice(String localFilePath) in syncPackageToDevice() argument438 String packageFileName = getFileName(localFilePath); in syncPackageToDevice()449 SyncResult result = sync.pushFile(localFilePath, remoteFilePath, in syncPackageToDevice()
237 public String syncPackageToDevice(String localFilePath) in syncPackageToDevice() argument
242 public String syncPackageToDevice(String localFilePath) in syncPackageToDevice() argument