HomeSort by relevance Sort by last modified time
    Searched refs:DESTINATION_EXTERNAL (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/provider/
Downloads.java 427 public static final int DESTINATION_EXTERNAL = 0;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
StorageManager.java 154 case Downloads.Impl.DESTINATION_EXTERNAL:
188 destination == Downloads.Impl.DESTINATION_EXTERNAL) {
286 case Downloads.Impl.DESTINATION_EXTERNAL:
DownloadProvider.java 331 + " != " + Downloads.Impl.DESTINATION_EXTERNAL;
532 if (dest == Downloads.Impl.DESTINATION_EXTERNAL) {
611 boolean isExternal = (dest == null || dest == Downloads.Impl.DESTINATION_EXTERNAL);
    [all...]
DownloadService.java 477 if (info.mDestination != Downloads.Impl.DESTINATION_EXTERNAL && info.mFileName != null) {