Searched refs:mIconFactory (Results 1 – 3 of 3) sorted by relevance
55 private IconDrawableFactory mIconFactory; field in AppGridViewTest64 mIconFactory = IconDrawableFactory.newInstance(mContext); in setUp()72 new AppGridView.ActivityEntry(mInfo, "label", mIconFactory); in appEntry_shouldLoadIcon()81 new AppGridView.ActivityEntry(mInfo, "label", mIconFactory); in appEntry_compare_shouldCompareIgnoreCase()83 new AppGridView.ActivityEntry(mInfo, "LABEL", mIconFactory); in appEntry_compare_shouldCompareIgnoreCase()85 new AppGridView.ActivityEntry(mInfo, "label2", mIconFactory); in appEntry_compare_shouldCompareIgnoreCase()
143 private final IconDrawableFactory mIconFactory; field in AppGridView.ActivityEntry149 mIconFactory = iconFactory; in ActivityEntry()164 return mIconFactory.getBadgedIcon( in getIcon()