OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIsObsoleteSuggestions
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java
64
public final boolean
mIsObsoleteSuggestions
;
86
mIsObsoleteSuggestions
= isObsoleteSuggestions;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
SpacingAndPunctuationsTests.java
428
assertFalse("isObsoleteSuggestions", suggestedWords.
mIsObsoleteSuggestions
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java
320
if (suggestedWords.
mIsObsoleteSuggestions
&& !isTypedWord) {
Completed in 1935 milliseconds