Searched defs:appendField (Results 1 - 1 of 1) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionData.java321 appendField(builder, "source", mSource.getName());
322 appendField(builder, "text1", mText1);
323 appendField(builder, "intentAction", mIntentAction);
324 appendField(builder, "intentData", mIntentData);
325 appendField(builder, "query", mSuggestionQuery);
326 appendField(builder, "shortcutid", mShortcutId);
327 appendField(builder, "logtype", mLogType);
331 private void appendField(StringBuilder builder, String name, String value) { method in class:SuggestionData

Completed in 61 milliseconds