Home
last modified time | relevance | path

Searched refs:ACTION_DOWNLOAD_COMPLETE (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerBaseTest.java140 if (DownloadManager.ACTION_DOWNLOAD_COMPLETE.equals(intent.getAction())) { in onReceive()
271 DownloadManager.ACTION_DOWNLOAD_COMPLETE), null, listener.getHandler()); in registerDownloadsListener()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierKeyDownloadManager.java126 filter.addAction(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in CarrierKeyDownloadManager()
153 } else if (action.equals(DownloadManager.ACTION_DOWNLOAD_COMPLETE)) {
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DConnectionUtil.java100 new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE)); in initialize()
222 if (action.equals(DownloadManager.ACTION_DOWNLOAD_COMPLETE)) { in onReceive()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java136 if (intent.getAction().equalsIgnoreCase(DownloadManager.ACTION_DOWNLOAD_COMPLETE)) { in onReceive()
474 DownloadManager.ACTION_DOWNLOAD_COMPLETE)); in registerNewMultipleDownloadsReceiver()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierKeyDownloadMgrTest.java255 Intent mIntent = new Intent(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadComplete()
/frameworks/base/core/java/android/app/
DDownloadManager.java301 public final static String ACTION_DOWNLOAD_COMPLETE = "android.intent.action.DOWNLOAD_COMPLETE"; field in DownloadManager
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4045 …field public static final java.lang.String ACTION_DOWNLOAD_COMPLETE = "android.intent.action.DOWNL…
/frameworks/base/non-updatable-api/
Dcurrent.txt4632 …field public static final String ACTION_DOWNLOAD_COMPLETE = "android.intent.action.DOWNLOAD_COMPLE…
/frameworks/base/api/
Dcurrent.txt4632 …field public static final String ACTION_DOWNLOAD_COMPLETE = "android.intent.action.DOWNLOAD_COMPLE…