Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DAdbScreenrecordTest.java371 String swName = ""; in verifyRequiredSoftwareIsInstalled() local
374 swName = AVPROBE_STR; in verifyRequiredSoftwareIsInstalled()
376 RunUtil.getDefault().runTimedCmd(CMD_TIMEOUT_MS, swName, "-version"); in verifyRequiredSoftwareIsInstalled()
378 if (result.getStatus() == CommandStatus.SUCCESS && output.startsWith(swName)) { in verifyRequiredSoftwareIsInstalled()
384 CLog.i("Program '" + swName + "' not found, report test failure"); in verifyRequiredSoftwareIsInstalled()