Home
last modified time | relevance | path

Searched defs: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()
112 private void pullAndOpen(SyncService sync, String remoteFilePath) in pullAndOpen()
DBaseFileHandler.java68 String localFileName, String remoteFilePath, String title) in promptAndPull()
125 final String remoteFilePath) in pull()
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DDevice.java413 String remoteFilePath = syncPackageToDevice(packageFilePath); in installPackage() local
423 … String remoteFilePath = String.format("/data/local/tmp/%1$s", packageFileName); //$NON-NLS-1$ in syncPackageToDevice() local
463 public String installRemotePackage(String remoteFilePath, boolean reinstall) in installRemotePackage()
476 public void removeRemotePackage(String remoteFilePath) in removeRemotePackage()
DIDevice.java358 public String installRemotePackage(String remoteFilePath, boolean reinstall) in installRemotePackage()
372 public void removeRemotePackage(String remoteFilePath) in removeRemotePackage()
DClientData.java303 void onSuccess(String remoteFilePath, Client client); in onSuccess()
329 void onSuccess(String remoteFilePath, Client client); in onSuccess()
/sdk/ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/
DRemoteAndroidTestRunnerTest.java244 public String installRemotePackage(String remoteFilePath, in installRemotePackage()
249 public void removeRemotePackage(String remoteFilePath) in removeRemotePackage()
/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()
/sdk/ddms/app/src/com/android/ddms/
DUIThread.java323 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess()