Uses of Class
android.app.DownloadManager.Request

Packages that use DownloadManager.Request
android.app   
 

Uses of DownloadManager.Request in android.app
 

Methods in android.app that return DownloadManager.Request
 DownloadManager.Request DownloadManager.Request.addRequestHeader(String header, String value)
           
 DownloadManager.Request DownloadManager.Request.setAllowedNetworkTypes(int flags)
           
 DownloadManager.Request DownloadManager.Request.setAllowedOverRoaming(boolean allowed)
           
 DownloadManager.Request DownloadManager.Request.setDescription(CharSequence description)
           
 DownloadManager.Request DownloadManager.Request.setDestinationInExternalFilesDir(Context context, String dirType, String subPath)
           
 DownloadManager.Request DownloadManager.Request.setDestinationInExternalPublicDir(String dirType, String subPath)
           
 DownloadManager.Request DownloadManager.Request.setDestinationUri(Uri uri)
           
 DownloadManager.Request DownloadManager.Request.setMimeType(String mimeType)
           
 DownloadManager.Request DownloadManager.Request.setNotificationVisibility(int visibility)
           
 DownloadManager.Request DownloadManager.Request.setShowRunningNotification(boolean show)
           
 DownloadManager.Request DownloadManager.Request.setTitle(CharSequence title)
           
 DownloadManager.Request DownloadManager.Request.setVisibleInDownloadsUi(boolean isVisible)
           
 

Methods in android.app with parameters of type DownloadManager.Request
 long DownloadManager.enqueue(DownloadManager.Request request)
           
 



Copyright © 2008-2012. All Rights Reserved.