Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
H A DDashboardFeatureProviderImplTest.java418 final Bitmap staticIconBmp = Utils.createIconWithDrawable(staticIcon).getBitmap(); in bindIcon_withStaticIcon_shouldLoadStaticIcon() local
419 assertThat(preferenceBmp.sameAs(staticIconBmp)).isTrue(); in bindIcon_withStaticIcon_shouldLoadStaticIcon()
453 final Bitmap staticIconBmp = Utils.createIconWithDrawable(staticIcon).getBitmap(); in bindIcon_withStaticIconAndIconUri_shouldLoadIconFromContentProvider() local
454 assertThat(preferenceBmp.sameAs(staticIconBmp)).isFalse(); in bindIcon_withStaticIconAndIconUri_shouldLoadIconFromContentProvider()