Searched refs:ACTION_DOWNLOAD_COMPLETE (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java140 if (DownloadManager.ACTION_DOWNLOAD_COMPLETE.equals(intent.getAction())) {
271 DownloadManager.ACTION_DOWNLOAD_COMPLETE), null, listener.getHandler());
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java97 // Register a download receiver for ACTION_DOWNLOAD_COMPLETE
100 new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE));
222 if (action.equals(DownloadManager.ACTION_DOWNLOAD_COMPLETE)) {
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java137 if (intent.getAction().equalsIgnoreCase(DownloadManager.ACTION_DOWNLOAD_COMPLETE)) {
474 DownloadManager.ACTION_DOWNLOAD_COMPLETE));
/frameworks/base/core/java/android/app/
H A DDownloadManager.java286 public final static String ACTION_DOWNLOAD_COMPLETE = "android.intent.action.DOWNLOAD_COMPLETE"; field in class:DownloadManager
310 * Intent extra included with {@link #ACTION_DOWNLOAD_COMPLETE} intents, indicating the ID (as a

Completed in 141 milliseconds