@Implements(value=android.app.DownloadManager.Request.class) public static class ShadowDownloadManager.ShadowRequest extends java.lang.Object
Constructor and Description |
---|
ShadowRequest() |
Modifier and Type | Method and Description |
---|---|
int |
getAllowedNetworkTypes() |
boolean |
getAllowedOverMetered() |
boolean |
getAllowedOverRoaming() |
java.lang.CharSequence |
getDescription() |
android.net.Uri |
getDestination() |
java.lang.CharSequence |
getMimeType() |
int |
getNotificationVisibility() |
java.util.List<android.util.Pair<java.lang.String,java.lang.String>> |
getRequestHeaders() |
int |
getStatus() |
java.lang.CharSequence |
getTitle() |
android.net.Uri |
getUri() |
boolean |
getVisibleInDownloadsUi() |
void |
setStatus(int status) |
public int getStatus()
public void setStatus(int status)
public android.net.Uri getUri()
public android.net.Uri getDestination()
public java.lang.CharSequence getTitle()
public java.lang.CharSequence getDescription()
public java.lang.CharSequence getMimeType()
public int getNotificationVisibility()
public int getAllowedNetworkTypes()
public boolean getAllowedOverRoaming()
public boolean getAllowedOverMetered()
public boolean getVisibleInDownloadsUi()
public java.util.List<android.util.Pair<java.lang.String,java.lang.String>> getRequestHeaders()