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