Searched refs:staticIconBmp (Results 1 – 1 of 1) sorted by relevance
461 final Bitmap staticIconBmp = Utils.createIconWithDrawable(staticIcon).getBitmap(); in bindIcon_withStaticIcon_shouldLoadStaticIcon() local462 assertThat(preferenceBmp.sameAs(staticIconBmp)).isTrue(); in bindIcon_withStaticIcon_shouldLoadStaticIcon()496 final Bitmap staticIconBmp = Utils.createIconWithDrawable(staticIcon).getBitmap(); in bindIcon_withStaticIconAndIconUri_shouldLoadIconFromContentProvider() local497 assertThat(preferenceBmp.sameAs(staticIconBmp)).isFalse(); in bindIcon_withStaticIconAndIconUri_shouldLoadIconFromContentProvider()