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