Home
last modified time | relevance | path

Searched defs:testCaseName (Results 1 – 6 of 6) sorted by relevance

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DComparisonReport.java80 String testCaseName = in writeComparsionReport() local
113 String testCaseName = in writeComparsionReport() local
DTestCaseReport.java494 String testCaseName = in printTestSuite() local
531 String testCaseName = in printTestSuiteSummary() local
/cts/tests/tests/assist/service/src/android/assist/service/
DMainInteractionService.java117 String testCaseName = intent.getStringExtra(Utils.TESTCASE_TYPE); in onReceive() local
/cts/tests/tests/assist/src/android/assist/cts/
DAssistTestBase.java229 protected void start3pApp(String testCaseName) throws Exception { in start3pApp()
233 protected void start3pApp(String testCaseName, Bundle extras) throws Exception { in start3pApp()
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java226 public static void setTestAppAction(Intent intent, String testCaseName) { in setTestAppAction()
/cts/common/device-side/nativetesthelper/jni/
Dgtest_wrapper.cpp92 jobject createTestDescription(JNIEnv* env, jstring className, const char* testCaseName, const char*… in createTestDescription()