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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DBaseSuggestionView.java37 protected ImageView mIcon1; field in class:BaseSuggestionView
59 mIcon1 = (ImageView) findViewById(R.id.icon1);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionData.java36 private String mIcon1; field in class:SuggestionData
74 return mIcon1;
156 mIcon1 = icon1;
225 result = prime * result + ((mIcon1 == null) ? 0 : mIcon1.hashCode());
254 if (mIcon1 == null) {
255 if (other.mIcon1 != null)
257 } else if (!mIcon1.equals(other.mIcon1))

Completed in 109 milliseconds