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/
InputLogicTestsNonEnglish.java
35
final String
WORD1_TO_TYPE
= "test";
39
type(
WORD1_TO_TYPE
);
40
pickSuggestionManually(
WORD1_TO_TYPE
);
47
final String
WORD1_TO_TYPE
= "test";
52
type(
WORD1_TO_TYPE
);
53
pickSuggestionManually(
WORD1_TO_TYPE
);
PunctuationTests.java
64
final String
WORD1_TO_TYPE
= "this";
68
type(
WORD1_TO_TYPE
);
69
pickSuggestionManually(
WORD1_TO_TYPE
);
78
final String
WORD1_TO_TYPE
= "this";
81
type(
WORD1_TO_TYPE
);
82
pickSuggestionManually(
WORD1_TO_TYPE
);
InputLogicTests.java
313
final String
WORD1_TO_TYPE
= "this";
316
type(
WORD1_TO_TYPE
);
317
pickSuggestionManually(
WORD1_TO_TYPE
);
323
final String
WORD1_TO_TYPE
= "this";
326
type(
WORD1_TO_TYPE
);
327
pickSuggestionManually(
WORD1_TO_TYPE
);
335
final String
WORD1_TO_TYPE
= "test";
338
type(
WORD1_TO_TYPE
);
339
pickSuggestionManually(
WORD1_TO_TYPE
);
358
final String
WORD1_TO_TYPE
= "this"
[
all
...]
Completed in 174 milliseconds