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