Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
DAppUtilsTest.java100 assertThat(AppUtils.getIconFromCache(/* appEntry= */ null)).isNull(); in getIconFromCache_nullAppEntry_shouldReturnNull()
107 assertThat(AppUtils.getIconFromCache(mAppEntry)).isEqualTo(mIcon); in getIconFromCache_shouldReturnCachedIcon()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DAppUtils.java261 public static Drawable getIconFromCache(ApplicationsState.AppEntry appEntry) { in getIconFromCache() method in AppUtils