Home
last modified time | relevance | path

Searched refs:testDescription (Results 1 – 5 of 5) sorted by relevance

/cts/tests/core/runner-axt/src/com/android/cts/core/runner/
DExpectationBasedFilter.java99 Description testDescription = getTestDescription(description); in shouldRun() local
100 if (testDescription != null) { in shouldRun()
101 String className = testDescription.getClassName(); in shouldRun()
102 String methodName = testDescription.getMethodName(); in shouldRun()
108 Log.d(TAG, "Excluding test " + testDescription in shouldRun()
/cts/common/device-side/nativetesthelper/src/com/android/gtestrunner/
DGtestRunner.java72 Description testDescription = iter.next(); in filter() local
73 if (filter.shouldRun(testDescription)) { in filter()
74 mDescription.addChild(testDescription); in filter()
/cts/common/device-side/nativetesthelper/jni/
Dgtest_wrapper.cpp214 ScopedLocalRef<jobject> testDescription(env, in Java_com_android_gtestrunner_GtestRunner_nInitialize() local
216 addChild(env, suite, testDescription.get()); in Java_com_android_gtestrunner_GtestRunner_nInitialize()
/cts/tests/app/src/android/app/cts/
DNotificationChannelTest.java105 public void testDescription() { in testDescription() method in NotificationChannelTest
/cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
DMultiNetworkConnectivityTestActivity.java692 int testDescription, in MultiNetworkValidator() argument
696 mTestDescription = testDescription; in MultiNetworkValidator()