HomeSort by relevance Sort by last modified time
    Searched refs:remoteFilePath (Results 1 - 11 of 11) sorted by null

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
BaseFileHandler.java 60 * @param remoteFilePath The name of the file to pull off of the device
68 String localFileName, String remoteFilePath, String title)
77 return pull(sync, localFilePath, remoteFilePath);
119 * @param remoteFilePath the path of the remote file to pull
125 final String remoteFilePath)
131 res[0] = sync.pullFile(remoteFilePath, localFilePath,
133 "Pulling %1$s from the device", remoteFilePath)));
MethodProfilingHandler.java 68 public void onSuccess(final String remoteFilePath, final Client client) {
71 if (remoteFilePath == null) {
83 pullAndOpen(sync, remoteFilePath);
112 private void pullAndOpen(SyncService sync, String remoteFilePath)
119 SyncResult result = pull(sync, tempPath, remoteFilePath);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Device.java 413 String remoteFilePath = syncPackageToDevice(packageFilePath);
414 String result = installRemotePackage(remoteFilePath, reinstall);
415 removeRemotePackage(remoteFilePath);
423 String remoteFilePath = String.format("/data/local/tmp/%1$s", packageFileName); //$NON-NLS-1$
433 SyncResult result = sync.pushFile(localFilePath, remoteFilePath,
443 return remoteFilePath;
463 public String installRemotePackage(String remoteFilePath, boolean reinstall)
468 remoteFilePath);
476 public void removeRemotePackage(String remoteFilePath)
481 executeShellCommand("rm " + remoteFilePath, new NullOutputReceiver(), INSTALL_TIMEOUT)
    [all...]
IDevice.java 350 * @param remoteFilePath absolute file path to package file on device
358 public String installRemotePackage(String remoteFilePath, boolean reinstall)
365 * @param remoteFilePath path on device of file to remove
372 public void removeRemotePackage(String remoteFilePath)
ClientData.java 300 * @param remoteFilePath the device-side path of the HPROF file.
303 void onSuccess(String remoteFilePath, Client client);
326 * @param remoteFilePath the device-side path of the trace file.
329 void onSuccess(String remoteFilePath, Client client);
  /sdk/ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/
RemoteAndroidTestRunnerTest.java 244 public String installRemotePackage(String remoteFilePath,
249 public void removeRemotePackage(String remoteFilePath)
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 228 String remoteFilePath = mDevice.syncPackageToDevice(localFilePath);
231 "pm install -l \"%1$s\"", remoteFilePath);
233 mDevice.removeRemotePackage(remoteFilePath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 123 public void onSuccess(final String remoteFilePath, final Client client) {
139 result = pull(sync, tempPath, remoteFilePath);
147 remoteFilePath, "Save HPROF file");
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java 323 public void onSuccess(final String remoteFilePath, final Client client) {
333 remoteFilePath, "Save HPROF file");
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 3135 milliseconds