Home
last modified time | relevance | path

Searched refs:preferenceBmp (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DDashboardFeatureProviderImplTest.java458 final Bitmap preferenceBmp = Utils.createIconWithDrawable(preference.getIcon()).getBitmap(); in bindIcon_withStaticIcon_shouldLoadStaticIcon() local
462 assertThat(preferenceBmp.sameAs(staticIconBmp)).isTrue(); in bindIcon_withStaticIcon_shouldLoadStaticIcon()
493 final Bitmap preferenceBmp = Utils.createIconWithDrawable(preference.getIcon()).getBitmap(); in bindIcon_withStaticIconAndIconUri_shouldLoadIconFromContentProvider() local
497 assertThat(preferenceBmp.sameAs(staticIconBmp)).isFalse(); in bindIcon_withStaticIconAndIconUri_shouldLoadIconFromContentProvider()
504 assertThat(preferenceBmp.sameAs(iconBmpFromUri)).isTrue(); in bindIcon_withStaticIconAndIconUri_shouldLoadIconFromContentProvider()