Home
last modified time | relevance | path

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

/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
DBaseFileHandler.java61 String localFileName, String remoteFilePath, String title) in promptAndPull()
86 final String remoteFilePath) in pull()
DMethodProfilingHandler.java59 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess()
88 private void pullAndOpen(SyncService sync, String remoteFilePath) in pullAndOpen()
/development/tools/ddms/libs/ddmlib/src/com/android/ddmlib/
DDevice.java426 String remoteFilePath = syncPackageToDevice(packageFilePath); in installPackage() local
439 … String remoteFilePath = String.format("/data/local/tmp/%1$s", packageFileName); //$NON-NLS-1$ in syncPackageToDevice() local
479 public String installRemotePackage(String remoteFilePath, boolean reinstall) in installRemotePackage()
491 public void removeRemotePackage(String remoteFilePath) throws IOException { in removeRemotePackage()
DIDevice.java246 public String installRemotePackage(String remoteFilePath, boolean reinstall) in installRemotePackage()
254 public void removeRemotePackage(String remoteFilePath) throws IOException; in removeRemotePackage()
DClientData.java291 void onSuccess(String remoteFilePath, Client client); in onSuccess()
309 void onSuccess(String remoteFilePath, Client client); in onSuccess()
/development/tools/ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/
DRemoteAndroidTestRunnerTest.java232 public String installRemotePackage(String remoteFilePath, in installRemotePackage()
237 public void removeRemotePackage(String remoteFilePath) in removeRemotePackage()
/development/tools/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java114 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess()
/development/tools/ddms/app/src/com/android/ddms/
DUIThread.java324 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess()