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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionData.java44 private String mLogType; field in class:SuggestionData
115 return mLogType;
204 mLogType = logType;
230 result = prime * result + ((mLogType == null) ? 0 : mLogType.hashCode());
279 if (mLogType == null) {
280 if (other.mLogType != null)
282 } else if (!mLogType.equals(other.mLogType))
327 appendField(builder, "logtype", mLogType);
[all...]

Completed in 252 milliseconds