HomeSort by relevance Sort by last modified time
    Searched refs:testCaseName (Results 1 - 10 of 10) sorted by null

  /cts/tests/tests/assist/src/android/assist/cts/
TestStartActivity.java 83 public void startTest(String testCaseName) {
84 Log.i(TAG, "Starting test activity for TestCaseType = " + testCaseName);
86 intent.putExtra(Utils.TESTCASE_TYPE, testCaseName);
87 intent.setAction("android.intent.action.START_TEST_" + testCaseName);
89 "android.assist." + Utils.getTestActivity(testCaseName)));
93 public void start3pApp(String testCaseName) {
95 intent.putExtra(Utils.TESTCASE_TYPE, testCaseName);
96 intent.setAction("android.intent.action.TEST_APP_" + testCaseName);
97 intent.setComponent(Utils.getTestAppComponent(testCaseName));
101 public void start3pAppWithColor(String testCaseName, int color)
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyInstrumentationEvent.java 33 public MonkeyInstrumentationEvent(String testCaseName, String runnerName) {
35 mTestCaseName = testCaseName;
MonkeyGetAppFrameRateEvent.java 56 public MonkeyGetAppFrameRateEvent(String status, String activityName, String testCaseName) {
60 sTestCaseName = testCaseName;
MonkeyGetFrameRateEvent.java 55 public MonkeyGetFrameRateEvent(String status, String testCaseName) {
58 mTestCaseName = testCaseName;
  /cts/tests/tests/assist/service/src/android/voiceinteraction/service/
MainInteractionService.java 107 String testCaseName = intent.getStringExtra(Utils.TESTCASE_TYPE);
108 Log.i(MainInteractionService.TAG, "trying to start 3p activity: " + testCaseName);
113 if (testCaseName.equals(Utils.SCREENSHOT)) {
120 intent3p.setAction("android.intent.action.TEST_APP_" + testCaseName);
121 intent3p.setComponent(Utils.getTestAppComponent(testCaseName));
  /external/junit-params/src/main/java/junitparams/naming/
MacroSubstitutionNamingStrategy.java 28 TestCaseName testCaseName = method.getAnnotation(TestCaseName.class);
30 String template = getTemplate(testCaseName);
40 private String getTemplate(TestCaseName testCaseName) {
41 if (testCaseName != null) {
46 "@TestCaseName not currently supported as it breaks running tests in CTS");
47 // return testCaseName.value();
  /external/deqp/scripts/
run_nightly.py 208 def __init__ (self, testCaseName, innerHTML):
209 self.testCaseName = testCaseName
232 if row.testCaseName is not None and matchesAnyPattern(row.testCaseName, ignoreCases):
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp     [all...]
  /external/deqp/modules/egl/
teglThreadCleanUpTests.cpp 149 static std::string testCaseName (ContextType contextType, SurfaceType surfaceType)
168 : TestCase (eglTestCtx, testCaseName(contextType, surfaceType).c_str(), "Simple thread context clean up test")
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp     [all...]

Completed in 272 milliseconds