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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DBaseSuggestionView.java38 protected ImageView mIcon2; field in class:BaseSuggestionView
60 mIcon2 = (ImageView) findViewById(R.id.icon2);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionData.java37 private String mIcon2; field in class:SuggestionData
78 return mIcon2;
162 mIcon2 = icon2;
226 result = prime * result + ((mIcon2 == null) ? 0 : mIcon2.hashCode());
259 if (mIcon2 == null) {
260 if (other.mIcon2 != null)
262 } else if (!mIcon2.equals(other.mIcon2))

Completed in 174 milliseconds