Searched defs:remoteFilePath (Results 1 – 8 of 8) sorted by relevance
| /development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/ |
| D | BaseFileHandler.java | 61 String localFileName, String remoteFilePath, String title) in promptAndPull() 86 final String remoteFilePath) in pull()
|
| D | MethodProfilingHandler.java | 59 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/ |
| D | Device.java | 426 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()
|
| D | IDevice.java | 246 public String installRemotePackage(String remoteFilePath, boolean reinstall) in installRemotePackage() 254 public void removeRemotePackage(String remoteFilePath) throws IOException; in removeRemotePackage()
|
| D | ClientData.java | 291 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/ |
| D | RemoteAndroidTestRunnerTest.java | 232 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/ |
| D | DeviceView.java | 114 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess()
|
| /development/tools/ddms/app/src/com/android/ddms/ |
| D | UIThread.java | 324 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess()
|