Searched defs:remoteFilePath (Results 1 – 8 of 8) sorted by relevance
| /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/ |
| D | MethodProfilingHandler.java | 68 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess() 112 private void pullAndOpen(SyncService sync, String remoteFilePath) in pullAndOpen()
|
| D | BaseFileHandler.java | 68 String localFileName, String remoteFilePath, String title) in promptAndPull() 125 final String remoteFilePath) in pull()
|
| /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
| D | Device.java | 413 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()
|
| D | IDevice.java | 358 public String installRemotePackage(String remoteFilePath, boolean reinstall) in installRemotePackage() 372 public void removeRemotePackage(String remoteFilePath) in removeRemotePackage()
|
| D | ClientData.java | 303 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/ |
| D | RemoteAndroidTestRunnerTest.java | 244 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/ |
| D | DeviceView.java | 123 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess()
|
| /sdk/ddms/app/src/com/android/ddms/ |
| D | UIThread.java | 323 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess()
|