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

  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DeviceSetupFuncTest.java 27 * Functional tests for {@link DeviceSetup}.
32 private DeviceSetup mDeviceSetup;
43 mDeviceSetup = new DeviceSetup();
47 * Simple normal case test for {@link DeviceSetup#setUp(ITestDevice, IBuildInfo)}.
DeviceSetupTest.java 38 * Unit tests for {@link DeviceSetup}.
42 private DeviceSetup mDeviceSetup;
62 mDeviceSetup = new DeviceSetup();
76 * Simple normal case test for {@link DeviceSetup#setUp(ITestDevice, IBuildInfo)}.
808 * Test {@link DeviceSetup#setUp(ITestDevice, IBuildInfo)} when free space check fails.
824 * Test {@link DeviceSetup#setUp(ITestDevice, IBuildInfo)} when local data path does not
840 * Test normal case {@link DeviceSetup#setUp(ITestDevice, IBuildInfo)} when local data
854 * Test case {@link DeviceSetup#setUp(ITestDevice, IBuildInfo)} when local data fails to be
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceSetup.java 46 public class DeviceSetup implements ITargetPreparer, ITargetCleaner {
    [all...]

Completed in 593 milliseconds