Home
last modified time | relevance | path

Searched refs:fastbootEnabled (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDeviceMutator.java38 public void setFastbootEnabled(ITestDevice testDevice, boolean fastbootEnabled) { in setFastbootEnabled() argument
39 ((IManagedTestDevice)testDevice).setFastbootEnabled(fastbootEnabled); in setFastbootEnabled()
DDeviceStateMonitor.java33 public DeviceStateMonitor(IDeviceManager mgr, IDevice device, boolean fastbootEnabled) { in DeviceStateMonitor() argument
34 super(mgr, device, fastbootEnabled); in DeviceStateMonitor()
DManagedTestDeviceFactory.java60 public ManagedTestDeviceFactory(boolean fastbootEnabled, IDeviceManager deviceManager, in ManagedTestDeviceFactory() argument
62 mFastbootEnabled = fastbootEnabled; in ManagedTestDeviceFactory()
DNativeDeviceStateMonitor.java64 boolean fastbootEnabled) { in NativeDeviceStateMonitor() argument
69 mFastbootEnabled = fastbootEnabled; in NativeDeviceStateMonitor()
DITestDeviceMutator.java41 public void setFastbootEnabled(ITestDevice testDevice, boolean fastbootEnabled); in setFastbootEnabled() argument
DIManagedTestDevice.java64 public void setFastbootEnabled(boolean fastbootEnabled); in setFastbootEnabled() argument
DNativeDevice.java3440 public void setFastbootEnabled(boolean fastbootEnabled) { in setFastbootEnabled() argument
3441 mFastbootEnabled = fastbootEnabled; in setFastbootEnabled()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DNestedDeviceStateMonitor.java37 public NestedDeviceStateMonitor(IDeviceManager mgr, IDevice device, boolean fastbootEnabled) { in NestedDeviceStateMonitor() argument
38 super(mgr, device, fastbootEnabled); in NestedDeviceStateMonitor()