HomeSort by relevance Sort by last modified time
    Searched refs:bindAsSuggestion (Results 1 - 4 of 4) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionView.java 28 void bindAsSuggestion(SuggestionCursor suggestion);
ContactSuggestionView.java 52 public void bindAsSuggestion(SuggestionCursor suggestion) {
53 super.bindAsSuggestion(suggestion);
SuggestionsAdapter.java 142 view.bindAsSuggestion(mCursor);
DefaultSuggestionView.java 74 public void bindAsSuggestion(SuggestionCursor suggestion) {
86 Log.d(TAG, "bindAsSuggestion(), text1=" + text1 + ",text2=" + text2

Completed in 29 milliseconds