Home
last modified time | relevance | path

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

/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/hostside/src/android/inputmethodservice/cts/hostside/
DInputMethodServiceLifecycleTest.java34 import android.inputmethodservice.cts.common.test.TestInfo;
78 final TestInfo testSwitchIme1ToIme2 = new TestInfo(DeviceTestConstants.PACKAGE, in testSwitchIme()
104 final TestInfo testCreateIme1 = new TestInfo(DeviceTestConstants.PACKAGE, in testUninstallCurrentIme()
130 final TestInfo testCreateIme1 = new TestInfo(DeviceTestConstants.PACKAGE, in testDisableCurrentIme()
156 final TestInfo testSetInputMethod = new TestInfo( in testSwitchInputMethod()
183 final TestInfo testSwitchInputs = new TestInfo( in testSwitchToNextInput()
212 final TestInfo testSwitchInputs = new TestInfo( in testSwitchToPreviousInput()
239 final TestInfo testUnbind = new TestInfo( in testInputUnbindsOnImeStopped()
266 final TestInfo testUnbind = new TestInfo( in testInputUnbindsOnAppStop()
290 private void sendTestStartEvent(final TestInfo deviceTest) throws Exception { in sendTestStartEvent()
[all …]
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DTestInfo.java24 public final class TestInfo { class
30 public TestInfo(final String testPackage, final String testClass, final String testMethod) { in TestInfo() method in TestInfo
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestHelper.java30 import android.inputmethodservice.cts.common.test.TestInfo;
53 private final TestInfo mTestInfo;
66 mTestInfo = new TestInfo(testContext.getPackageName(), testClass.getName(), testMethod); in TestHelper()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DDeviceOwnerNegativeTestActivity.java30 import com.android.cts.verifier.IntentDrivenTestActivity.TestInfo;
73 final TestInfo provisioningNegativeTestInfo = new TestInfo( in addTestsToAdapter()
/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.cpp75 virtual void OnTestStart(const testing::TestInfo &testInfo) override { in OnTestStart()
95 virtual void OnTestEnd(const testing::TestInfo&) override { in OnTestEnd() argument
/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/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DDeviceEvent.java32 import android.inputmethodservice.cts.common.test.TestInfo;