Home
last modified time | relevance | path

Searched refs:queryOutput (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPropertyUtil.java169 String queryOutput = SystemUtil.runShellCommand( in getClientIds() local
171 for (String line : queryOutput.split("[\\r?\\n]+")) { in getClientIds()