Home
last modified time | relevance | path

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

/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
H A DDownloadPackageTaskTest.java144 receiver.onReceive(mContext, new Intent(DownloadManager.ACTION_DOWNLOAD_COMPLETE)); in testDownloadFailed()
164 receiver.onReceive(mContext, new Intent(DownloadManager.ACTION_DOWNLOAD_COMPLETE)); in testDownloadSucceeded()
185 receiver.onReceive(mContext, new Intent(DownloadManager.ACTION_DOWNLOAD_COMPLETE)); in testSendBroadcastTwice()
186 receiver.onReceive(mContext, new Intent(DownloadManager.ACTION_DOWNLOAD_COMPLETE)); in testSendBroadcastTwice()
215 DownloadManager.ACTION_DOWNLOAD_COMPLETE); in verifyDownloadReceiver()
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
H A DDownloadPackageTask.java119 new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE), in run()
166 if (DownloadManager.ACTION_DOWNLOAD_COMPLETE.equals(intent.getAction())) { in createDownloadReceiver()
/aosp12/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())) { in onReceive()
271 DownloadManager.ACTION_DOWNLOAD_COMPLETE), null, listener.getHandler()); in registerDownloadsListener()
/aosp12/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java102 new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE)); in initialize()
224 if (action.equals(DownloadManager.ACTION_DOWNLOAD_COMPLETE)) { in onReceive()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierKeyDownloadManager.java132 if (action.equals(DownloadManager.ACTION_DOWNLOAD_COMPLETE)) {
551 IntentFilter filter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in downloadKey()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java136 if (intent.getAction().equalsIgnoreCase(DownloadManager.ACTION_DOWNLOAD_COMPLETE)) { in onReceive()
474 DownloadManager.ACTION_DOWNLOAD_COMPLETE)); in registerNewMultipleDownloadsReceiver()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCarrierKeyDownloadMgrTest.java270 Intent mIntent = new Intent(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadComplete()
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadInfo.java237 intent = new Intent(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in sendIntentIfRequested()
/aosp12/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DPublicApiFunctionalTest.java539 assertEquals(DownloadManager.ACTION_DOWNLOAD_COMPLETE, broadcast.getAction()); in testDownloadCompleteBroadcast()
/aosp12/frameworks/base/core/java/android/app/
H A DDownloadManager.java308 public final static String ACTION_DOWNLOAD_COMPLETE = "android.intent.action.DOWNLOAD_COMPLETE"; field in DownloadManager
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DVpnTest.java1213 new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE)); in testDownloadWithDownloadManagerDisallowed()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt4971 …field public static final String ACTION_DOWNLOAD_COMPLETE = "android.intent.action.DOWNLOAD_COMPLE…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt4045 …field public static final java.lang.String ACTION_DOWNLOAD_COMPLETE = "android.intent.action.DOWNL…