Searched refs:parseDevices (Results 1 – 2 of 2) sorted by relevance
91 return parseDevices(fastbootResult.getStdout(), false); in getDevices()109 Set<String> fastboot = parseDevices(fastbootResult.getStdout(), false); in getBootloaderAndFastbootdDevices()110 Set<String> fastbootd = parseDevices(fastbootResult.getStdout(), true); in getBootloaderAndFastbootdDevices()134 Set<String> parseDevices(String fastbootOutput, boolean fastbootd) { in parseDevices() method in FastbootHelper
55 mFastbootHelper.parseDevices( in testParseDevicesOnFastboot()69 mFastbootHelper.parseDevices( in testParseDevicesOnFastbootD()82 mFastbootHelper.parseDevices("Foo-Bar123 fastboot", false); in testParseDevicesOnFastboot_hyphen()90 Collection<String> deviceSerials = mFastbootHelper.parseDevices("", false); in testParseDevicesOnFastboot_empty()