Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/build/
DVtsCompatibilityInvocationHelper.java29 private File mTestCasesDir = null; field in VtsCompatibilityInvocationHelper
35 if (mTestCasesDir == null) { in getTestsDir()
57 mTestCasesDir = testCaseDir.getAbsoluteFile(); in getTestsDir()
59 "%s TEST CASES DIR: %s", TestSuiteInfo.getInstance().getName(), mTestCasesDir)); in getTestsDir()
62 return mTestCasesDir; in getTestsDir()