Searched refs:ACTION_DOWNLOAD_COMPLETE (Results 1 – 9 of 9) sorted by relevance
140 if (DownloadManager.ACTION_DOWNLOAD_COMPLETE.equals(intent.getAction())) { in onReceive()271 DownloadManager.ACTION_DOWNLOAD_COMPLETE), null, listener.getHandler()); in registerDownloadsListener()
126 filter.addAction(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in CarrierKeyDownloadManager()153 } else if (action.equals(DownloadManager.ACTION_DOWNLOAD_COMPLETE)) {
100 new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE)); in initialize()222 if (action.equals(DownloadManager.ACTION_DOWNLOAD_COMPLETE)) { in onReceive()
136 if (intent.getAction().equalsIgnoreCase(DownloadManager.ACTION_DOWNLOAD_COMPLETE)) { in onReceive()474 DownloadManager.ACTION_DOWNLOAD_COMPLETE)); in registerNewMultipleDownloadsReceiver()
255 Intent mIntent = new Intent(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadComplete()
301 public final static String ACTION_DOWNLOAD_COMPLETE = "android.intent.action.DOWNLOAD_COMPLETE"; field in DownloadManager
4045 …field public static final java.lang.String ACTION_DOWNLOAD_COMPLETE = "android.intent.action.DOWNL…
4632 …field public static final String ACTION_DOWNLOAD_COMPLETE = "android.intent.action.DOWNLOAD_COMPLE…