Searched refs:suggestionCursor (Results 1 - 5 of 5) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DLogger.java45 * @param suggestionCursor all the suggestions shown in the UI.
48 void logSuggestionClick(long suggestionId, SuggestionCursor suggestionCursor, int clickType); argument
66 * @param suggestionCursor all the suggestions shown in the UI when the user left
69 void logExit(SuggestionCursor suggestionCursor, int numChars); argument
H A DEventLogLogger.java69 public void logSuggestionClick(long id, SuggestionCursor suggestionCursor, int clickType) { argument
70 String suggestions = getSuggestions(suggestionCursor);
71 int numChars = suggestionCursor.getUserQuery().length();
87 public void logExit(SuggestionCursor suggestionCursor, int numChars) { argument
88 String suggestions = getSuggestions(suggestionCursor);
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DMockLogger.java32 SuggestionCursor suggestionCursor,
42 public void logExit(SuggestionCursor suggestionCursor, int numChars) { argument
31 logSuggestionClick(long id, SuggestionCursor suggestionCursor, int clickType) argument
/packages/apps/Contacts/src/com/android/contacts/list/
H A DJoinContactLoader.java29 * {@code ((JoinContactLoaderResult) result).suggestionCursor }
45 public final Cursor suggestionCursor; field in class:JoinContactLoader.JoinContactLoaderResult
47 public JoinContactLoaderResult(Cursor baseCursor, Cursor suggestionCursor) { argument
49 this.suggestionCursor = suggestionCursor;
55 if (suggestionCursor != null) {
56 suggestionCursor.close();
H A DJoinContactListFragment.java86 ((JoinContactLoaderResult) data).suggestionCursor;

Completed in 229 milliseconds