HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_DOWNLOAD_COMPLETE (Results 1 - 25 of 39) sorted by null

1 2

  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
DownloadPackageTaskTest.java 139 receiver.onReceive(mContext, new Intent(DownloadManager.ACTION_DOWNLOAD_COMPLETE));
158 receiver.onReceive(mContext, new Intent(DownloadManager.ACTION_DOWNLOAD_COMPLETE));
178 receiver.onReceive(mContext, new Intent(DownloadManager.ACTION_DOWNLOAD_COMPLETE));
179 receiver.onReceive(mContext, new Intent(DownloadManager.ACTION_DOWNLOAD_COMPLETE));
208 DownloadManager.ACTION_DOWNLOAD_COMPLETE);
  /cts/tests/app/src/android/app/cts/
DownloadManagerTest.java 76 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE);
103 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE);
134 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE);
167 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE);
190 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE);
246 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE);
297 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE);
  /packages/apps/RetailDemo/tests/src/com/android/retaildemo/
DownloadVideoTaskTest.java 124 final Intent downloadCompleteIntent = new Intent(DownloadManager.ACTION_DOWNLOAD_COMPLETE)
145 // Verify that broadcast receivers are registered for ACTION_DOWNLOAD_COMPLETE and
155 DownloadManager.ACTION_DOWNLOAD_COMPLETE);
170 final Intent downloadCompleteIntent = new Intent(DownloadManager.ACTION_DOWNLOAD_COMPLETE)
200 final Intent downloadCompleteIntent = new Intent(DownloadManager.ACTION_DOWNLOAD_COMPLETE)
252 DownloadManager.ACTION_DOWNLOAD_COMPLETE);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DownloadPackageTask.java 109 new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE),
146 if (DownloadManager.ACTION_DOWNLOAD_COMPLETE.equals(intent.getAction())) {
  /packages/apps/RetailDemo/src/com/android/retaildemo/
DownloadVideoTask.java 94 new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE));
135 if (!DownloadManager.ACTION_DOWNLOAD_COMPLETE.equals(intent.getAction())) {
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerBaseTest.java 140 if (DownloadManager.ACTION_DOWNLOAD_COMPLETE.equals(intent.getAction())) {
271 DownloadManager.ACTION_DOWNLOAD_COMPLETE), null, listener.getHandler());
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
ExternalStorageTest.java 123 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE);
  /cts/tests/tests/networksecurityconfig/networksecurityconfig-downloadmanager/src/android/security/net/config/cts/
DownloadManagerTest.java 92 IntentFilter filter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE);
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 97 // 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/
DownloadManagerBaseTest.java 137 if (intent.getAction().equalsIgnoreCase(DownloadManager.ACTION_DOWNLOAD_COMPLETE)) {
474 DownloadManager.ACTION_DOWNLOAD_COMPLETE));
    [all...]
  /cts/tests/tests/netsecpolicy/src/android/security/
NetworkSecurityPolicyTestBase.java 228 new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE));
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerDrmTestBase.java     [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 232 intent = new Intent(DownloadManager.ACTION_DOWNLOAD_COMPLETE);
  /frameworks/base/core/java/android/app/
DownloadManager.java 286 public final static String ACTION_DOWNLOAD_COMPLETE = "android.intent.action.DOWNLOAD_COMPLETE";
310 * Intent extra included with {@link #ACTION_DOWNLOAD_COMPLETE} intents, indicating the ID (as a
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 536 assertEquals(DownloadManager.ACTION_DOWNLOAD_COMPLETE, broadcast.getAction());
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 518 milliseconds

1 2