Home
last modified time | relevance | path

Searched defs:TestInfo (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DTestInfo.java24 public final class TestInfo { class
30 public TestInfo(String testPackage, String testClass, String testMethod) { in TestInfo() method in TestInfo
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DIntentDrivenTestActivity.java133 public static class TestInfo { class in IntentDrivenTestActivity
139 public TestInfo(String testId, int title, int infoText, ButtonInfo... buttons) { in TestInfo() method in IntentDrivenTestActivity.TestInfo
/cts/common/device-side/nativetesthelper/jni/
Dgtest_wrapper.cpp128 virtual void OnTestEnd(const testing::TestInfo&) override { in OnTestEnd()