Home
last modified time | relevance | path

Searched refs:remoteFilePath (Results 1 – 8 of 8) sorted by relevance

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
DMethodProfilingHandler.java68 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess() argument
71 if (remoteFilePath == null) { in onSuccess()
83 pullAndOpen(sync, remoteFilePath); in onSuccess()
112 private void pullAndOpen(SyncService sync, String remoteFilePath) in pullAndOpen() argument
119 SyncResult result = pull(sync, tempPath, remoteFilePath); in pullAndOpen()
DBaseFileHandler.java68 String localFileName, String remoteFilePath, String title) in promptAndPull() argument
77 return pull(sync, localFilePath, remoteFilePath); in promptAndPull()
125 final String remoteFilePath) in pull() argument
131 res[0] = sync.pullFile(remoteFilePath, localFilePath, in pull()
133 "Pulling %1$s from the device", remoteFilePath))); in pull()
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DDevice.java413 String remoteFilePath = syncPackageToDevice(packageFilePath); in installPackage() local
414 String result = installRemotePackage(remoteFilePath, reinstall); in installPackage()
415 removeRemotePackage(remoteFilePath); in installPackage()
423 … String remoteFilePath = String.format("/data/local/tmp/%1$s", packageFileName); //$NON-NLS-1$ in syncPackageToDevice() local
433 SyncResult result = sync.pushFile(localFilePath, remoteFilePath, in syncPackageToDevice()
443 return remoteFilePath; in syncPackageToDevice()
463 public String installRemotePackage(String remoteFilePath, boolean reinstall) in installRemotePackage() argument
468 remoteFilePath); in installRemotePackage()
476 public void removeRemotePackage(String remoteFilePath) in removeRemotePackage() argument
481 executeShellCommand("rm " + remoteFilePath, new NullOutputReceiver(), INSTALL_TIMEOUT); in removeRemotePackage()
DIDevice.java358 public String installRemotePackage(String remoteFilePath, boolean reinstall) in installRemotePackage() argument
372 public void removeRemotePackage(String remoteFilePath) in removeRemotePackage() argument
DClientData.java303 void onSuccess(String remoteFilePath, Client client); in onSuccess() argument
329 void onSuccess(String remoteFilePath, Client client); in onSuccess() argument
/sdk/ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/
DRemoteAndroidTestRunnerTest.java244 public String installRemotePackage(String remoteFilePath, in installRemotePackage() argument
249 public void removeRemotePackage(String remoteFilePath) in removeRemotePackage() argument
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java123 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess() argument
139 result = pull(sync, tempPath, remoteFilePath); in onSuccess()
147 remoteFilePath, "Save HPROF file"); in onSuccess()
/sdk/ddms/app/src/com/android/ddms/
DUIThread.java323 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess() argument
333 remoteFilePath, "Save HPROF file"); in onSuccess()