OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAllSubtypesList
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsSetTests.java
36
private List<InputMethodSubtype>
mAllSubtypesList
;
51
mAllSubtypesList
= Collections.unmodifiableList(allSubtypesList);
60
for (final InputMethodSubtype subtype :
mAllSubtypesList
) {
86
for (final InputMethodSubtype subtype :
mAllSubtypesList
) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetTestsBase.java
43
private final ArrayList<InputMethodSubtype>
mAllSubtypesList
= new ArrayList<>();
95
mAllSubtypesList
.add(imi.getSubtypeAt(index));
107
return
mAllSubtypesList
;
113
for (final InputMethodSubtype subtype :
mAllSubtypesList
) {
127
for (final InputMethodSubtype subtype :
mAllSubtypesList
) {
Completed in 5979 milliseconds