Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioDataPathsBaseActivity.java479 boolean canRun() { in canRun() method in AudioDataPathsBaseActivity.TestModule
904 if (!canRun() || mTestResults[api] == null) { in generateReportLog()
1193 if (testModule.canRun() && testStep != mTestStep) { in displayTestDevices()
1218 if (module.canRun() && (module.hasError(api) || !module.hasPassed(api))) { in countFailures()
1351 if (testModule != null && testModule.canRun()) { in completeTestStep()