OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRING_TO_TYPE
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTests.java
90
final String
STRING_TO_TYPE
= "some text delete me some text";
91
final int typedLength =
STRING_TO_TYPE
.length();
95
type(
STRING_TO_TYPE
);
110
final String
STRING_TO_TYPE
= "some text delete me some text";
111
final int typedLength =
STRING_TO_TYPE
.length();
115
type(
STRING_TO_TYPE
);
131
final String
STRING_TO_TYPE
= "tgis ";
133
type(
STRING_TO_TYPE
);
138
final String
STRING_TO_TYPE
= "didn' ";
140
type(
STRING_TO_TYPE
);
[
all
...]
BlueUnderlineTests.java
27
final String
STRING_TO_TYPE
= "tgis";
30
type(
STRING_TO_TYPE
);
63
final String
STRING_TO_TYPE
= "tgis";
67
type(
STRING_TO_TYPE
);
90
final String
STRING_TO_TYPE
= "tgis";
91
final int typedLength =
STRING_TO_TYPE
.length();
93
type(
STRING_TO_TYPE
);
111
final String
STRING_TO_TYPE
= "this ";
112
type(
STRING_TO_TYPE
);
115
mLatinIME.onUpdateSelection(0, 0,
STRING_TO_TYPE
.length(), STRING_TO_TYPE.length(), -1, -1)
[
all
...]
InputLogicTestsNonEnglish.java
28
final String
STRING_TO_TYPE
= "irq ";
31
type(
STRING_TO_TYPE
);
96
final String
STRING_TO_TYPE
= "unf ";
99
type(
STRING_TO_TYPE
);
105
final String
STRING_TO_TYPE
= "ueber ";
108
type(
STRING_TO_TYPE
);
InputLogicTestsLanguageWithoutSpaces.java
27
final String
STRING_TO_TYPE
= "tgis is";
30
type(
STRING_TO_TYPE
);
36
final String
STRING_TO_TYPE
= "tgis ";
40
type(
STRING_TO_TYPE
);
Completed in 2188 milliseconds