Searched refs:getIconFromCache (Results 1 – 2 of 2) sorted by relevance
100 assertThat(AppUtils.getIconFromCache(/* appEntry= */ null)).isNull(); in getIconFromCache_nullAppEntry_shouldReturnNull()107 assertThat(AppUtils.getIconFromCache(mAppEntry)).isEqualTo(mIcon); in getIconFromCache_shouldReturnCachedIcon()
261 public static Drawable getIconFromCache(ApplicationsState.AppEntry appEntry) { in getIconFromCache() method in AppUtils