Searched refs:TestHelper (Results 1 – 3 of 3) sorted by relevance
59 final TestHelper helper = new TestHelper(getClass(), DeviceTestConstants.TEST_CREATE_IME1); in testCreateIme1()80 final TestHelper helper = new TestHelper( in testSwitchIme1ToIme2()127 final TestHelper helper = in testIme1IsNotCurrentIme()128 new TestHelper(getClass(), DeviceTestConstants.TEST_IME1_IS_NOT_CURRENT_IME); in testIme1IsNotCurrentIme()
47 final class TestHelper { class64 TestHelper(final Class<?> testClass, final String testMethod) { in TestHelper() method in TestHelper
92 protected TestHelper testHelper;103 testHelper = new TestHelper(mContext, mActivity); in setUp()120 protected TestHelper getHelper() { in getHelper()567 class TestHelper { class in DecodeAccuracyTestBase569 private final String TAG = TestHelper.class.getSimpleName();575 public TestHelper(Context context, Activity activity) { in TestHelper() method in DecodeAccuracyTestBase.TestHelper