Home
last modified time | relevance | path

Searched refs:ACTION_DOWNLOAD_COMPLETE (Results 1 – 8 of 8) 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/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.java137 if (intent.getAction().equalsIgnoreCase(DownloadManager.ACTION_DOWNLOAD_COMPLETE)) { in onReceive()
468 DownloadManager.ACTION_DOWNLOAD_COMPLETE)); in registerNewMultipleDownloadsReceiver()
/frameworks/base/core/java/android/app/
DDownloadManager.java287 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/api/
Dcurrent.txt4301 …field public static final java.lang.String ACTION_DOWNLOAD_COMPLETE = "android.intent.action.DOWNL…
Dtest-current.txt4302 …field public static final java.lang.String ACTION_DOWNLOAD_COMPLETE = "android.intent.action.DOWNL…
Dsystem-current.txt4447 …field public static final java.lang.String ACTION_DOWNLOAD_COMPLETE = "android.intent.action.DOWNL…