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()
58 mTestCasesDir = testCaseDir.getAbsoluteFile(); in getTestsDir()
59 CLog.d(String.format("%s TEST CASES DIR: %s", suiteName, mTestCasesDir)); in getTestsDir()
62 return mTestCasesDir; in getTestsDir()