OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSuggestionLogType
(Results
1 - 7
of
7
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestion.java
107
String
getSuggestionLogType
();
AbstractSuggestionWrapper.java
62
public String
getSuggestionLogType
() {
63
return current().
getSuggestionLogType
();
EventLogLogger.java
103
String type = cursor.
getSuggestionLogType
();
CursorBackedSuggestionCursor.java
83
public String
getSuggestionLogType
() {
SuggestionData.java
114
public String
getSuggestionLogType
() {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
AbstractGoogleSourceResult.java
122
public String
getSuggestionLogType
() {
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SuggestionCursorUtil.java
180
assertFieldEquals(message, "logType", expected.
getSuggestionLogType
(),
181
observed.
getSuggestionLogType
());
212
&& equal(expected.
getSuggestionLogType
(), observed.
getSuggestionLogType
());
Completed in 78 milliseconds