OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputTestsBase
(Results
1 - 11
of
11
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
LatinImeTests.java
22
public class LatinImeTests extends
InputTestsBase
{
AppWorkaroundsTests.java
28
public class AppWorkaroundsTests extends
InputTestsBase
{
51
// To this end, our base class
InputTestsBase
offers a hook for us to touch the EditorInfo.
LatinImeStressTests.java
26
public class LatinImeStressTests extends
InputTestsBase
{
ShiftModeTests.java
26
public class ShiftModeTests extends
InputTestsBase
{
BlueUnderlineTests.java
26
public class BlueUnderlineTests extends
InputTestsBase
{
InputTestsBase.java
56
public class
InputTestsBase
extends ServiceTestCase<LatinIMEForTests> {
57
private static final String TAG =
InputTestsBase
.class.getSimpleName();
155
public
InputTestsBase
() {
InputLogicTestsLanguageWithoutSpaces.java
25
public class InputLogicTestsLanguageWithoutSpaces extends
InputTestsBase
{
PunctuationTests.java
25
public class PunctuationTests extends
InputTestsBase
{
InputLogicTestsDeadKeys.java
27
public class InputLogicTestsDeadKeys extends
InputTestsBase
{
InputLogicTests.java
30
public class InputLogicTests extends
InputTestsBase
{
[
all
...]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerServiceTest.java
22
import com.android.inputmethod.latin.
InputTestsBase
;
25
public class AndroidSpellCheckerServiceTest extends
InputTestsBase
{
Completed in 81 milliseconds