public class

DownloadManager

extends Object
java.lang.Object
   ↳ com.android.mms.util.DownloadManager

Summary

Constants
int STATE_DOWNLOADING
int STATE_PERMANENT_FAILURE
int STATE_TRANSIENT_FAILURE
int STATE_UNSTARTED
Public Methods
static DownloadManager getInstance()
int getState(Uri uri)
static void init(Context context)
boolean isAuto()
void markState(Uri uri, int state)
void showErrorCodeToast(int errorStr)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int STATE_DOWNLOADING

Constant Value: 129 (0x00000081)

public static final int STATE_PERMANENT_FAILURE

Constant Value: 135 (0x00000087)

public static final int STATE_TRANSIENT_FAILURE

Constant Value: 130 (0x00000082)

public static final int STATE_UNSTARTED

Constant Value: 128 (0x00000080)

Public Methods

public static DownloadManager getInstance ()

public int getState (Uri uri)

public static void init (Context context)

public boolean isAuto ()

public void markState (Uri uri, int state)

public void showErrorCodeToast (int errorStr)