HomeSort by relevance Sort by last modified time
    Searched defs:syncFiles (Results 1 - 7 of 7) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DefaultTestsZipInstaller.java 127 device.syncFiles(hostSubDir, DEVICE_DATA_PATH);
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
TestDeviceStressTest.java 157 mTestDevice.syncFiles(tmpDir, deviceFilePath));
TestDeviceFuncTest.java 410 /** Test syncing a single file using {@link TestDevice#syncFiles(File, String)}. */
417 * Test syncing a single file using {@link TestDevice#syncFiles(File, String)}.
426 /** Test syncing a single file using {@link TestDevice#syncFiles(File, String)}. */
440 assertTrue(mTestDevice.syncFiles(tmpDir, externalStorePath));
449 assertTrue(mTestDevice.syncFiles(tmpDir, externalStorePath));
465 assertTrue(mTestDevice.syncFiles(tmpDir, externalStorePath));
    [all...]
TestDeviceTest.java     [all...]
  /tools/tradefederation/core/src/com/android/tradefed/device/
INativeDevice.java 569 * Example usage: syncFiles("/tmp/files", "/sdcard") will created a /sdcard/files directory if
580 public boolean syncFiles(File localFileDir, String deviceFilePath)
    [all...]
NativeDevice.java     [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 123 milliseconds