Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java160 TestDescription testDescription = createTestDescription(); in run() local
162 if (!inFilter(testDescription.toString())) { in run()
163 CLog.d("Test case %s doesn't match any filter", testDescription); in run()
166 CLog.d("Complete filtering test case: %s", testDescription); in run()
174 testPackage(testInfo, testDescription, listener); in run()
193 TestDescription testDescription, in testPackage() argument
198 listener.testStarted(testDescription, System.currentTimeMillis()); in testPackage()
228 reportResult(listener, testDescription, result); in testPackage()
236 testDescription, in testPackage()