Searched refs:fastbootEnabled (Results 1 – 8 of 8) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | TestDeviceMutator.java | 38 public void setFastbootEnabled(ITestDevice testDevice, boolean fastbootEnabled) { in setFastbootEnabled() argument 39 ((IManagedTestDevice)testDevice).setFastbootEnabled(fastbootEnabled); in setFastbootEnabled()
|
D | DeviceStateMonitor.java | 33 public DeviceStateMonitor(IDeviceManager mgr, IDevice device, boolean fastbootEnabled) { in DeviceStateMonitor() argument 34 super(mgr, device, fastbootEnabled); in DeviceStateMonitor()
|
D | ManagedTestDeviceFactory.java | 60 public ManagedTestDeviceFactory(boolean fastbootEnabled, IDeviceManager deviceManager, in ManagedTestDeviceFactory() argument 62 mFastbootEnabled = fastbootEnabled; in ManagedTestDeviceFactory()
|
D | NativeDeviceStateMonitor.java | 64 boolean fastbootEnabled) { in NativeDeviceStateMonitor() argument 69 mFastbootEnabled = fastbootEnabled; in NativeDeviceStateMonitor()
|
D | ITestDeviceMutator.java | 41 public void setFastbootEnabled(ITestDevice testDevice, boolean fastbootEnabled); in setFastbootEnabled() argument
|
D | IManagedTestDevice.java | 64 public void setFastbootEnabled(boolean fastbootEnabled); in setFastbootEnabled() argument
|
D | NativeDevice.java | 3440 public void setFastbootEnabled(boolean fastbootEnabled) { in setFastbootEnabled() argument 3441 mFastbootEnabled = fastbootEnabled; in setFastbootEnabled()
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | NestedDeviceStateMonitor.java | 37 public NestedDeviceStateMonitor(IDeviceManager mgr, IDevice device, boolean fastbootEnabled) { in NestedDeviceStateMonitor() argument 38 super(mgr, device, fastbootEnabled); in NestedDeviceStateMonitor()
|