OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSourceCount
(Results
1 - 2
of
2
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestions.java
226
public int
getSourceCount
() {
228
throw new IllegalStateException("Called
getSourceCount
() when closed.");
SuggestionsProviderImpl.java
198
if (mSuggestions.
getSourceCount
() == mCountAtWhichToExecuteNextBatch) {
Completed in 34 milliseconds