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.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/providers/downloads/SystemFacade.java b/src/com/android/providers/downloads/SystemFacade.java
index c1941692..50624c3a 100644
--- a/src/com/android/providers/downloads/SystemFacade.java
+++ b/src/com/android/providers/downloads/SystemFacade.java
@@ -42,12 +42,12 @@ interface SystemFacade {
/**
* Post a system notification to the NotificationManager.
*/
- public void postNotification(int id, Notification notification);
+ public void postNotification(long id, Notification notification);
/**
* Cancel a system notification.
*/
- public void cancelNotification(int id);
+ public void cancelNotification(long id);
/**
* Cancel all system notifications.