OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_SCORE
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java
129
SuggestedWordInfo.
MAX_SCORE
, SuggestedWordInfo.KIND_APP_DEFINED,
144
suggestionsList.add(new SuggestedWordInfo(typedWord, SuggestedWordInfo.
MAX_SCORE
,
171
public static final int
MAX_SCORE
= Integer.MAX_VALUE;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java
35
public static final int
MAX_SCORE
= 100;
219
return
MAX_SCORE
;
271
updatePrimaryScore(contactId,
MAX_SCORE
);
Completed in 271 milliseconds