Home
last modified time | relevance | path

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

/cts/tools/utils/
DVogarUtils.java54 String fullTestName = buildFullTestName(testClassName, testMethodName); in isVogarKnownFailure() local
55 Expectation expectation = expectationStore.get(fullTestName); in isVogarKnownFailure()
123 String fullTestName = buildFullTestName(className, testName); in extractSupportedAbis() local
126 Expectation expectation = expectationStore.get(fullTestName); in extractSupportedAbis()
160 String fullTestName = buildFullTestName(testClassName, testMethodName); in timeoutInMinutes() local
161 return timeoutInMinutes(expectationStore.get(fullTestName)); in timeoutInMinutes()
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DReportProcessor.java133 String fullTestName = String.format("%s.%s#%s", APP_PKG_NAME, APP_CLS_NAME, method); in runDeviceTest() local
137 instrTest.addIncludeFilter(fullTestName); in runDeviceTest()