Home
last modified time | relevance | path

Searched refs:DownloadReceiver (Results 1 – 4 of 4) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotification.java203 DownloadReceiver.class.getName()); in updateActiveNotification()
251 DownloadReceiver.class.getName()); in notificationForCompletedDownload()
261 DownloadReceiver.class.getName()); in notificationForCompletedDownload()
DDownloadReceiver.java40 public class DownloadReceiver extends BroadcastReceiver { class
DDownloadService.java422 DownloadReceiver.class.getName()); in scheduleAlarm()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java434 DownloadReceiver receiver = new DownloadReceiver(); in testNotificationClickedBroadcast()