summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-02-16 12:38:38 -0800
committerJean-Baptiste Queru <jbq@google.com>2010-02-16 13:55:19 -0800
commit3af80dc6d937fb95cab544417e75f5aadc595690 (patch)
treeeffe84631174daaeee4793442c7a2d9e3bc24308 /api
parentbe16be13c6f03e5e94fc442ba6a95e420e1a0fef (diff)
downloadframeworks_base-3af80dc6d937fb95cab544417e75f5aadc595690.zip
frameworks_base-3af80dc6d937fb95cab544417e75f5aadc595690.tar.gz
frameworks_base-3af80dc6d937fb95cab544417e75f5aadc595690.tar.bz2
Expose more Download Manager APIs.
This will allow apps to track download progress. Change-Id: Id6b77c0fc01b4838fca45e2fe241b1ea08e65038
Diffstat (limited to 'api')
-rw-r--r--api/current.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 56e8cb6..2a42fcf 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -86049,6 +86049,54 @@
deprecated="not deprecated"
visibility="public"
>
+<method name="getProgressColumnCurrentBytes"
+ return="int"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
+<method name="getProgressColumnId"
+ return="int"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
+<method name="getProgressColumnTotalBytes"
+ return="int"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
+<method name="getProgressCursor"
+ return="android.database.Cursor"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="context" type="android.content.Context">
+</parameter>
+<parameter name="id" type="long">
+</parameter>
+</method>
<method name="getStatus"
return="android.net.Downloads.StatusInfo"
abstract="false"