OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxSuggestions
(Results
1 - 5
of
5
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionsProvider.java
30
* @param
maxSuggestions
The maximum number of suggestions to return.
32
Suggestions getSuggestions(String query, Corpus singleCorpus, int
maxSuggestions
);
SuggestionsProviderImpl.java
154
public Suggestions getSuggestions(String query, Corpus singleCorpus, int
maxSuggestions
) {
160
maxSuggestions
,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java
169
* @param
maxSuggestions
172
public void setMaxSuggestions(int
maxSuggestions
) {
173
if (
maxSuggestions
< 1 ||
maxSuggestions
> 100) {
174
throw new IllegalArgumentException("
maxSuggestions
must be between 1 and 100");
176
mPrefMaxSuggestions =
maxSuggestions
;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java
[
all
...]
ContactsProvider2.java
[
all
...]
Completed in 54 milliseconds