Home
last modified time | relevance | path

Searched refs:localFilePath (Results 1 – 4 of 4) sorted by relevance

/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
DBaseFileHandler.java68 String localFilePath = fileDialog.open(); in promptAndPull() local
69 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() argument
92 res[0] = sync.pullFile(remoteFilePath, localFilePath, in pull()
/development/tools/ddms/libs/ddmlib/src/com/android/ddmlib/
DDevice.java435 public String syncPackageToDevice(String localFilePath) in syncPackageToDevice() argument
438 String packageFileName = getFileName(localFilePath); in syncPackageToDevice()
449 SyncResult result = sync.pushFile(localFilePath, remoteFilePath, in syncPackageToDevice()
DIDevice.java237 public String syncPackageToDevice(String localFilePath) in syncPackageToDevice() argument
/development/tools/ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/
DRemoteAndroidTestRunnerTest.java242 public String syncPackageToDevice(String localFilePath) in syncPackageToDevice() argument