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_IME1_TO_IME2 =
43 new TestInfo(PACKAGE, SERVICE_TEST, "testSwitchIme1ToIme2");
44 public static final TestInfo TEST_SWITCH_INPUTMETHOD =
45 new TestInfo(PACKAGE, SERVICE_TEST, "testSwitchInputMethod");
46 public static final TestInfo TEST_SWITCH_NEXT_INPUT =
47 new TestInfo(PACKAGE, SERVICE_TEST, "testSwitchToNextInputMethod");
48 public static final TestInfo TEST_SWITCH_PREVIOUS_INPUT =
49 new TestInfo(PACKAGE, SERVICE_TEST, "switchToPreviousInputMethod");
[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.java17 import com.android.cts.verifier.IntentDrivenTestActivity.TestInfo;
69 private static final TestInfo[] ALARM_TESTS = new TestInfo[] {
70 new TestInfo(
77 new TestInfo(
84 new TestInfo(
94 new TestInfo(
103 private static final TestInfo[] TIMER_TESTS = new TestInfo[] {
104 new TestInfo(
111 new TestInfo(
118 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.java23 import android.inputmethodservice.cts.common.test.TestInfo;
60 private void runDeviceTestMethodWithoutHiddenApiCheck(TestInfo testInfo, boolean instant) in runDeviceTestMethodWithoutHiddenApiCheck()
DInputMethodServiceLifecycleTest.java35 import android.inputmethodservice.cts.common.test.TestInfo;
479 private void sendTestStartEvent(TestInfo deviceTest) throws Exception { in sendTestStartEvent()
488 private boolean runDeviceTestMethod(TestInfo deviceTest) throws Exception { in runDeviceTestMethod()
DMultiUserTest.java28 import android.inputmethodservice.cts.common.test.TestInfo;
418 private void runTestAsUser(TestInfo testInfo, int userId) throws Exception { in runTestAsUser()
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
DDeviceEventConstants.java19 import android.inputmethodservice.cts.common.test.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.cpp115 virtual void OnTestStart(const testing::TestInfo &testInfo) override { in OnTestStart()
128 virtual void OnTestEnd(const testing::TestInfo&) override { in OnTestEnd() argument
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DDeviceEvent.java32 import android.inputmethodservice.cts.common.test.TestInfo;