Home
last modified time | relevance | path

Searched refs:getSuggestionLogType (Results 1 – 7 of 7) 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.java103 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
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DAbstractGoogleSourceResult.java122 public String getSuggestionLogType() { in getSuggestionLogType() method in AbstractGoogleSourceResult