HomeSort by relevance Sort by last modified time
    Searched refs:downloads (Results 51 - 75 of 75) sorted by null

1 23

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 17 package com.android.providers.downloads;
22 import static android.provider.Downloads.Impl.STATUS_QUEUED_FOR_WIFI;
23 import static android.provider.Downloads.Impl.STATUS_RUNNING;
25 import static com.android.providers.downloads.Constants.TAG;
38 import android.provider.Downloads;
55 * Collapses similar downloads into a single notification, and builds
77 * Current speed of active downloads, mapped from download ID to speed in
126 Downloads.Impl._ID,
127 Downloads.Impl.COLUMN_STATUS,
128 Downloads.Impl.COLUMN_VISIBILITY
    [all...]
Helpers.java 17 package com.android.providers.downloads;
23 import static android.provider.Downloads.Impl.FLAG_REQUIRES_CHARGING;
24 import static android.provider.Downloads.Impl.FLAG_REQUIRES_DEVICE_IDLE;
26 import static com.android.providers.downloads.Constants.TAG;
43 import android.provider.Downloads;
208 if (destination == Downloads.Impl.DESTINATION_FILE_URI) {
237 if (destination == Downloads.Impl.DESTINATION_FILE_URI) {
341 // The VFAT file system is assumed as target for downloads.
496 * prevents us from opening files that aren't actually downloads.
550 case Downloads.Impl.DESTINATION_CACHE_PARTITION
    [all...]
DownloadThread.java 17 package com.android.providers.downloads;
19 import static android.provider.Downloads.Impl.COLUMN_CONTROL;
20 import static android.provider.Downloads.Impl.COLUMN_DELETED;
21 import static android.provider.Downloads.Impl.COLUMN_STATUS;
22 import static android.provider.Downloads.Impl.CONTROL_PAUSED;
23 import static android.provider.Downloads.Impl.STATUS_BAD_REQUEST;
24 import static android.provider.Downloads.Impl.STATUS_CANCELED;
25 import static android.provider.Downloads.Impl.STATUS_CANNOT_RESUME;
26 import static android.provider.Downloads.Impl.STATUS_FILE_ERROR;
27 import static android.provider.Downloads.Impl.STATUS_HTTP_DATA_ERROR
    [all...]
DownloadStorageProvider.java 17 package com.android.providers.downloads;
194 // We don't know if this queryDocument() call is from Downloads (manage)
409 // Incomplete downloads get a null timestamp. This prevents thrashy UI when a bunch of
410 // active downloads get sorted by mod time.
DownloadProvider.java 17 package com.android.providers.downloads;
20 import static android.provider.Downloads.Impl.COLUMN_DESTINATION;
21 import static android.provider.Downloads.Impl.COLUMN_MEDIAPROVIDER_URI;
22 import static android.provider.Downloads.Impl.COLUMN_MEDIA_SCANNED;
23 import static android.provider.Downloads.Impl.COLUMN_MIME_TYPE;
24 import static android.provider.Downloads.Impl.DESTINATION_NON_DOWNLOADMANAGER_DOWNLOAD;
25 import static android.provider.Downloads.Impl._DATA;
51 import android.provider.Downloads;
82 private static final String DB_NAME = "downloads.db";
86 private static final String DB_TABLE = "downloads";
    [all...]
  /sdk/find_java/
find_java.bat 59 echo http://www.oracle.com/technetwork/java/javase/downloads
  /external/libxml2/doc/
Makefile.am 14 downloads.html entities.html example.html help.html index.html \
87 downloads.html \
  /build/tools/droiddoc/templates-ndk/
customizations.cs 103 include:"../../../../frameworks/base/docs/html-ndk/ndk/downloads/downloads_toc.cs" ?>
621 elif:downloads ?><?cs
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-embedder-3.2.1.jar 
aether-impl-0.9.0.M2.jar 
  /external/libunwind/doc/
libunwind-ia64.tex 62 \URL{http://www.intel.com/design/itanium/downloads/245358.htm}
  /external/strace/
strace.spec 8 Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
  /external/libvpx/libvpx/
libs.mk 409 libvpx_test_data_url=http://downloads.webmproject.org/test_data/libvpx/$(1)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
libs.mk 397 libvpx_test_data_url=http://downloads.webmproject.org/test_data/libvpx/$(1)
  /external/zlib/src/contrib/masmx86/
match686.asm 13 ; http://www.microsoft.com/downloads/details.aspx?FamilyID=7a1c9da0-0510-44a2-b042-7ef370530c64
  /prebuilts/go/darwin-x86/src/cmd/go/
get.go 22 Get downloads and installs the packages named by the import paths,
vcs.go 386 // download downloads any new changes for the repo in dir.
alldocs.go 454 Get downloads and installs the packages named by the import paths,
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
get.go 22 Get downloads and installs the packages named by the import paths,
vcs.go 386 // download downloads any new changes for the repo in dir.
alldocs.go 454 Get downloads and installs the packages named by the import paths,
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/
aether-impl-1.0.2.v20150114.jar 
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
docs.js 227 } else if ($("body").hasClass("downloads")) {
228 $("#nav-x li.downloads a").addClass("selected");
    [all...]

Completed in 331 milliseconds

1 23