Home
last modified time | relevance | path

Searched refs:getSuggestionLogType (Results 1 – 8 of 8) sorted by relevance

/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DSuggestionCursorUtil.java180 assertFieldEquals(message, "logType", expected.getSuggestionLogType(),
181 observed.getSuggestionLogType());
212 && equal(expected.getSuggestionLogType(), observed.getSuggestionLogType());
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DAbstractSuggestionWrapper.java62 public String getSuggestionLogType() { in getSuggestionLogType() method in AbstractSuggestionWrapper
63 return current().getSuggestionLogType(); in getSuggestionLogType()
DSuggestion.java107 String getSuggestionLogType(); in getSuggestionLogType() method
DEventLogLogger.java119 String type = cursor.getSuggestionLogType(); in getSuggestions()
DCursorBackedSuggestionCursor.java83 public String getSuggestionLogType() { in getSuggestionLogType() method in CursorBackedSuggestionCursor
DSuggestionData.java114 public String getSuggestionLogType() { in getSuggestionLogType() method in SuggestionData
DShortcutRepositoryImplLog.java575 cv.put(Shortcuts.log_type.name(), suggestion.getSuggestionLogType()); in makeShortcutRow()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DAbstractGoogleSourceResult.java122 public String getSuggestionLogType() { in getSuggestionLogType() method in AbstractGoogleSourceResult