summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/SystemFacade.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/providers/downloads/SystemFacade.java')
-rw-r--r--src/com/android/providers/downloads/SystemFacade.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/com/android/providers/downloads/SystemFacade.java b/src/com/android/providers/downloads/SystemFacade.java
index e41644ab..3f8ff264 100644
--- a/src/com/android/providers/downloads/SystemFacade.java
+++ b/src/com/android/providers/downloads/SystemFacade.java
@@ -53,4 +53,9 @@ interface SystemFacade {
* Cancel all system notifications.
*/
public void cancelAllNotifications();
+
+ /**
+ * Start a thread.
+ */
+ public void startThread(Thread thread);
}