Searched defs:fastbootd (Results 1 – 3 of 3) sorted by relevance
110 Set<String> fastbootd = parseDevices(fastbootResult.getStdout(), true); in getBootloaderAndFastbootdDevices() local134 Set<String> parseDevices(String fastbootOutput, boolean fastbootd) { in parseDevices()
399 private boolean waitForDeviceBootloaderOrFastbootd(long time, boolean fastbootd) { in waitForDeviceBootloaderOrFastbootd()
1358 Set<String> fastbootd = new HashSet<>(); in run() local