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.java77 if (intent.getAction().equalsIgnoreCase(DownloadManager.ACTION_DOWNLOAD_COMPLETE)) {
111 * {@link DownloadManager#ACTION_DOWNLOAD_COMPLETE} action, indicating the number of
205 DownloadManager.ACTION_DOWNLOAD_COMPLETE));
/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.java138 if (intent.getAction().equalsIgnoreCase(DownloadManager.ACTION_DOWNLOAD_COMPLETE)) {
469 DownloadManager.ACTION_DOWNLOAD_COMPLETE));
/frameworks/base/core/java/android/app/
H A DDownloadManager.java273 public final static String ACTION_DOWNLOAD_COMPLETE = "android.intent.action.DOWNLOAD_COMPLETE"; field in class:DownloadManager
297 * Intent extra included with {@link #ACTION_DOWNLOAD_COMPLETE} intents, indicating the ID (as a

Completed in 337 milliseconds