Searched defs:DrawableDownloader (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DDrawableDownloader.java47 public class DrawableDownloader { class
49 private static final String TAG = "DrawableDownloader";
148 private static DrawableDownloader sBitmapDownloader;
155 public final static DrawableDownloader getInstance(Context context) {
159 sBitmapDownloader = new DrawableDownloader(context);
177 private DrawableDownloader(Context context) { method in class:DrawableDownloader

Completed in 11 milliseconds