Searched refs:fastbootEnabled (Results 1 – 7 of 7) sorted by relevance
38 public void setFastbootEnabled(ITestDevice testDevice, boolean fastbootEnabled) { in setFastbootEnabled() argument39 ((IManagedTestDevice)testDevice).setFastbootEnabled(fastbootEnabled); in setFastbootEnabled()
33 public DeviceStateMonitor(IDeviceManager mgr, IDevice device, boolean fastbootEnabled) { in DeviceStateMonitor() argument34 super(mgr, device, fastbootEnabled); in DeviceStateMonitor()
41 public void setFastbootEnabled(ITestDevice testDevice, boolean fastbootEnabled); in setFastbootEnabled() argument
64 public void setFastbootEnabled(boolean fastbootEnabled); in setFastbootEnabled() argument
53 public ManagedTestDeviceFactory(boolean fastbootEnabled, IDeviceManager deviceManager, in ManagedTestDeviceFactory() argument55 mFastbootEnabled = fastbootEnabled; in ManagedTestDeviceFactory()
64 boolean fastbootEnabled) { in NativeDeviceStateMonitor() argument69 mFastbootEnabled = fastbootEnabled; in NativeDeviceStateMonitor()
3206 public void setFastbootEnabled(boolean fastbootEnabled) { in setFastbootEnabled() argument3207 mFastbootEnabled = fastbootEnabled; in setFastbootEnabled()