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

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

Completed in 498 milliseconds