Searched refs:fullTestName (Results 1 – 2 of 2) sorted by relevance
54 String fullTestName = buildFullTestName(testClassName, testMethodName); in isVogarKnownFailure() local55 Expectation expectation = expectationStore.get(fullTestName); in isVogarKnownFailure()123 String fullTestName = buildFullTestName(className, testName); in extractSupportedAbis() local126 Expectation expectation = expectationStore.get(fullTestName); in extractSupportedAbis()160 String fullTestName = buildFullTestName(testClassName, testMethodName); in timeoutInMinutes() local161 return timeoutInMinutes(expectationStore.get(fullTestName)); in timeoutInMinutes()
145 String fullTestName = String.format("%s.%s#%s", APP_PKG_NAME, APP_CLS_NAME, method); in runDeviceTest() local149 instrTest.addIncludeFilter(fullTestName); in runDeviceTest()