Searched refs:commandOutput (Results 1 – 1 of 1) sorted by relevance
1736 String commandOutput = device.executeShellCommand(command); in queryDeviceFeatures() local1740 for (String feature: commandOutput.split("\\s+")) { in queryDeviceFeatures()