Searched refs:TestInfo (Results 1 – 12 of 12) sorted by relevance
40 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 …]
24 public final class TestInfo { class30 public TestInfo(String testPackage, String testClass, String testMethod) { in TestInfo() method in TestInfo
16 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 …]
42 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 …]
30 import android.inputmethodservice.cts.common.test.TestInfo;56 private final TestInfo mTestInfo;90 mTestInfo = new TestInfo(testContext.getPackageName(), testClass.getName(), in TestHelper()
31 import com.android.cts.verifier.IntentDrivenTestActivity.TestInfo;74 final TestInfo provisioningNegativeTestInfo = new TestInfo( in addTestsToAdapter()
20 import android.inputmethodservice.cts.common.test.TestInfo;43 private void runDeviceTestMethodWithoutHiddenApiCheck(TestInfo testInfo, boolean instant) in runDeviceTestMethodWithoutHiddenApiCheck()
35 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()
19 import android.inputmethodservice.cts.common.test.TestInfo;
115 virtual void OnTestStart(const testing::TestInfo &testInfo) override { in OnTestStart()128 virtual void OnTestEnd(const testing::TestInfo&) override { in OnTestEnd() argument
138 public static final class TestInfo { class in IntentDrivenTestActivity144 public TestInfo(String testId, int title, int infoText, ButtonInfo... buttons) { in TestInfo() method in IntentDrivenTestActivity.TestInfo
32 import android.inputmethodservice.cts.common.test.TestInfo;