Searched refs:BaseIconCache (Results 1 – 3 of 3) sorted by relevance
35 import com.android.launcher3.icons.cache.BaseIconCache;42 public class SimpleIconCache extends BaseIconCache {
31 import com.android.launcher3.icons.cache.BaseIconCache.IconDB;63 private final BaseIconCache mIconCache;70 IconCacheUpdateHandler(BaseIconCache cache) { in IconCacheUpdateHandler()
65 public abstract class BaseIconCache { class100 public BaseIconCache(Context context, String dbFileName, Looper bgLooper, in BaseIconCache() method in BaseIconCache