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

/packages/apps/Mms/src/com/android/mms/util/
H A DDownloadManager.java48 public class DownloadManager { class
49 private static final String TAG = "DownloadManager";
110 private static DownloadManager sInstance;
112 private DownloadManager(Context context) { method in class:DownloadManager
134 Log.v(TAG, "DownloadManager.init()");
140 sInstance = new DownloadManager(context);
143 public static DownloadManager getInstance() {

Completed in 59 milliseconds