Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A DBatteryDiffEntryTest.java66 @Mock private Drawable mockDrawable2; field in BatteryDiffEntryTest
304 final BatteryDiffEntry entry2 = createBatteryDiffEntry(mockDrawable2); in testClearCache_switchLocale_clearCacheIconAndLabel()
307 mockConstantState(mockDrawable2); in testClearCache_switchLocale_clearCacheIconAndLabel()
308 assertThat(entry2.getAppIcon()).isEqualTo(mockDrawable2); in testClearCache_switchLocale_clearCacheIconAndLabel()
312 assertThat(nameAndIcon.icon).isEqualTo(mockDrawable2); in testClearCache_switchLocale_clearCacheIconAndLabel()