Home
last modified time | relevance | path

Searched refs:isFastbootD (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DManagedDeviceList.java137 public void updateFastbootStates(Set<String> serials, boolean isFastbootD) {
142 if (isFastbootD) {
DManagedTestDeviceFactory.java133 if (((FastbootDevice) idevice).isFastbootD()) { in createDevice()
DDeviceManager.java584 public boolean isFastbootD() { in isFastbootD() method in DeviceManager.FastbootDevice