Home
last modified time | relevance | path

Searched refs:TestInfo (Results 1 – 12 of 12) sorted by relevance

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DDeviceTestConstants.java40 public static final TestInfo TEST_CREATE_IME1 =
41 new TestInfo(PACKAGE, SERVICE_TEST, "testCreateIme1");
42 public static final TestInfo TEST_SWITCH_NEXT_INPUT =
43 new TestInfo(PACKAGE, SERVICE_TEST, "testSwitchToNextInputMethod");
44 public static final TestInfo TEST_SWITCH_PREVIOUS_INPUT =
45 new TestInfo(PACKAGE, SERVICE_TEST, "switchToPreviousInputMethod");
46 public static final TestInfo TEST_INPUT_UNBINDS_ON_IME_STOPPED =
47 new TestInfo(PACKAGE, SERVICE_TEST, "testInputUnbindsOnImeStopped");
48 public static final TestInfo TEST_INPUT_UNBINDS_ON_APP_STOPPED =
49 new TestInfo(PACKAGE, SERVICE_TEST, "testInputUnbindsOnAppStopped");
[all …]
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/deskclock/
DDeskClockTestsActivity.java16 import com.android.cts.verifier.IntentDrivenTestActivity.TestInfo;
73 private static final TestInfo[] ALARM_TESTS = new TestInfo[] {
74 new TestInfo(
81 new TestInfo(
88 new TestInfo(
98 new TestInfo(
107 private static final TestInfo[] TIMER_TESTS = new TestInfo[] {
108 new TestInfo(
115 new TestInfo(
122 new TestInfo(
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/capturecontentfornotes/
DCaptureContentForNotesVerifierActivity.java42 import com.android.cts.verifier.IntentDrivenTestActivity.TestInfo;
86 private static final TestInfo[] TEST_INFOS =
87 new TestInfo[] {
89 new TestInfo(
93 new TestInfo(
97 new TestInfo(
101 new TestInfo(
108 new TestInfo(
112 new TestInfo(
116 new TestInfo(
[all …]
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestHelper.java30 import android.inputmethodservice.cts.common.test.TestInfo;
56 private final TestInfo mTestInfo;
90 mTestInfo = new TestInfo(testContext.getPackageName(), testClass.getName(), in TestHelper()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DDeviceOwnerNegativeTestActivity.java31 import com.android.cts.verifier.IntentDrivenTestActivity.TestInfo;
74 final TestInfo provisioningNegativeTestInfo = new TestInfo( in addTestsToAdapter()
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DShellCommandFromAppTest.java20 import android.inputmethodservice.cts.common.test.TestInfo;
43 private void runDeviceTestMethodWithoutHiddenApiCheck(TestInfo testInfo, boolean instant) in runDeviceTestMethodWithoutHiddenApiCheck()
DInputMethodServiceLifecycleTest.java35 import android.inputmethodservice.cts.common.test.TestInfo;
390 private void sendTestStartEvent(TestInfo deviceTest) throws Exception { in sendTestStartEvent()
399 private boolean runDeviceTestMethod(TestInfo deviceTest) throws Exception { in runDeviceTestMethod()
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
DDeviceEventConstants.java19 import android.inputmethodservice.cts.common.test.TestInfo;
/cts/common/device-side/nativetesthelper/jni/
Dgtest_wrapper.cpp115 virtual void OnTestStart(const testing::TestInfo &testInfo) override { in OnTestStart()
128 virtual void OnTestEnd(const testing::TestInfo&) override { in OnTestEnd() argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DIntentDrivenTestActivity.java138 public static final class TestInfo { class in IntentDrivenTestActivity
144 public TestInfo(String testId, int title, int infoText, ButtonInfo... buttons) { in TestInfo() method in IntentDrivenTestActivity.TestInfo
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DDeviceEvent.java32 import android.inputmethodservice.cts.common.test.TestInfo;