Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java2940 cid = getCidFromVmRunOutput(new InputStreamReader(pipe)); in startMicrodroid()
3006 private static String getCidFromVmRunOutput(Reader outputReader) { in getCidFromVmRunOutput() method in TestDevice