Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DCddCoverage.java92 private final String mTestModule; field in CddCoverage.TestMethod
97 this.mTestModule = testModule; in TestMethod()
102 public String getTestModule() { return mTestModule; } in getTestModule()
110 return String.format("%s %s#%s", mTestModule, mTestClass, mTestMethod); in toString()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioDataPathsBaseActivity.java275 final TestModule mTestModule; field in AudioDataPathsBaseActivity.TestModule.TestStateData
278 mTestModule = testModule; in TestStateData()