Home
last modified time | relevance | path

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

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
DMethodProfilingHandler.java76 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess()
123 private void pullAndOpen(final SyncService sync, final String remoteFilePath) in pullAndOpen()
DBaseFileHandler.java70 String localFileName, final String remoteFilePath, String title) in promptAndPull()
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DDevice.java633 String remoteFilePath = syncPackageToDevice(packageFilePath); in installPackage() local
654 … String remoteFilePath = String.format("/data/local/tmp/%1$s", packageFileName); //$NON-NLS-1$ in syncPackageToDevice() local
698 public String installRemotePackage(String remoteFilePath, boolean reinstall, in installRemotePackage()
726 public void removeRemotePackage(String remoteFilePath) throws InstallException { in removeRemotePackage()
DIDevice.java468 public String installRemotePackage(String remoteFilePath, boolean reinstall, in installRemotePackage()
477 public void removeRemotePackage(String remoteFilePath) throws InstallException; in removeRemotePackage()
DClientData.java303 void onSuccess(String remoteFilePath, Client client); in onSuccess()
329 void onSuccess(String remoteFilePath, Client client); in onSuccess()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java135 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess()
/sdk/ddms/app/src/com/android/ddms/
DUIThread.java354 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess()