Home
last modified time | relevance | path

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

/cts/tests/tests/assist/src/android/assist/cts/
DTestStartActivity.java90 public void startTest(String testCaseName) { in startTest()
100 public void start3pApp(String testCaseName) { in start3pApp()
108 public void start3pAppWithColor(String testCaseName, int color) { in start3pAppWithColor()
/cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/
DTestScanner.java53 String testCaseName = null; in getTestNames() local
/cts/tests/tests/assist/service/src/android/voiceinteraction/service/
DMainInteractionService.java100 String testCaseName = intent.getStringExtra(Utils.TESTCASE_TYPE); in onReceive() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestCase.java46 public TestCase(String testCaseName) { in TestCase()
DTestSuite.java123 private TestCase getTestCase(String testCaseName) { in getTestCase()
DTestPackageResult.java136 String testCaseName = classNameSegments.remove(classNameSegments.size() - 1); in findTest() local