Searched refs:testCaseName (Results 1 – 7 of 7) sorted by relevance
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | ComparisonReport.java | 80 String testCaseName = in writeComparsionReport() local 87 if (!isKnownFailure(testCaseName, knownFailures)) { in writeComparsionReport() 89 testCaseMap.put(testCaseName, testApkType); in writeComparsionReport() 90 extraTestCaseMap.put(testCaseName, testApkType); in writeComparsionReport() 91 System.out.printf("add: %s: %s\n", testCaseName, testApkType); in writeComparsionReport() 93 System.out.printf("KF: %s\n", testCaseName); in writeComparsionReport() 113 String testCaseName = in writeComparsionReport() local 122 testCaseName, extraTestCaseMap.remove(testCaseName)); in writeComparsionReport() 123 if (!testCaseMap.containsKey(testCaseName)) { in writeComparsionReport() 126 i++, module.getName(), testCaseName, tPkg.getAbi()); in writeComparsionReport()
|
D | TestCaseReport.java | 494 String testCaseName = in printTestSuite() local 501 if (!isKnownFailure(testCaseName, knownFailures)) { in printTestSuite() 531 String testCaseName = in printTestSuiteSummary() local 538 if (!isKnownFailure(testCaseName, knownFailures)) { in printTestSuiteSummary()
|
/cts/tests/tests/assist/common/src/android/assist/common/ |
D | Utils.java | 222 public static void setTestAppAction(Intent intent, String testCaseName) { in setTestAppAction() argument 223 intent.putExtra(Utils.TESTCASE_TYPE, testCaseName); in setTestAppAction() 224 intent.setAction("android.intent.action.TEST_APP_" + testCaseName); in setTestAppAction()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/ |
D | CameraPerformanceActivity.java | 285 for (String testCaseName : testCaseNames) { in setupTests() 286 adapter.add(new TestListItem(this, testCaseName, testCaseName)); in setupTests()
|
/cts/tests/tests/assist/src/android/assist/cts/ |
D | AssistTestBase.java | 188 protected void start3pApp(String testCaseName) throws Exception { in start3pApp() argument 189 start3pApp(testCaseName, null); in start3pApp() 192 protected void start3pApp(String testCaseName, Bundle extras) throws Exception { in start3pApp() argument 194 intent.putExtra(Utils.TESTCASE_TYPE, testCaseName); in start3pApp() 195 Utils.setTestAppAction(intent, testCaseName); in start3pApp()
|
/cts/common/device-side/nativetesthelper/jni/ |
D | gtest_wrapper.cpp | 92 jobject createTestDescription(JNIEnv* env, jstring className, const char* testCaseName, const char*… in createTestDescription() argument 94 nativeNameStream << testCaseName << "." << testName; in createTestDescription()
|
/cts/tests/tests/assist/service/src/android/assist/service/ |
D | MainInteractionService.java | 116 String testCaseName = intent.getStringExtra(Utils.TESTCASE_TYPE); in onReceive() local
|