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