OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WORD1_TO_TYPE
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
PunctuationTests.java
63
final String
WORD1_TO_TYPE
= "this";
67
type(
WORD1_TO_TYPE
);
68
pickSuggestionManually(0,
WORD1_TO_TYPE
);
77
final String
WORD1_TO_TYPE
= "this";
80
type(
WORD1_TO_TYPE
);
81
pickSuggestionManually(0,
WORD1_TO_TYPE
);
InputLogicTests.java
243
final String
WORD1_TO_TYPE
= "this";
246
type(
WORD1_TO_TYPE
);
247
pickSuggestionManually(0,
WORD1_TO_TYPE
);
253
final String
WORD1_TO_TYPE
= "this";
256
type(
WORD1_TO_TYPE
);
257
pickSuggestionManually(0,
WORD1_TO_TYPE
);
276
final String
WORD1_TO_TYPE
= "this";
279
type(
WORD1_TO_TYPE
);
280
pickSuggestionManually(0,
WORD1_TO_TYPE
);
287
final String
WORD1_TO_TYPE
= "this"
[
all
...]
InputLogicTestsNonEnglish.java
37
final String
WORD1_TO_TYPE
= "test";
41
type(
WORD1_TO_TYPE
);
42
pickSuggestionManually(0,
WORD1_TO_TYPE
);
Completed in 66 milliseconds