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

  /frameworks/base/core/java/android/provider/
Downloads.java 322 public static final int DESTINATION_EXTERNAL = 0;
632 * The permission to access downloads to {@link DESTINATION_EXTERNAL}
872 public static final int DESTINATION_EXTERNAL = 0;
    [all...]
  /frameworks/base/core/java/android/net/
Downloads.java 508 int destination = android.provider.Downloads.Impl.DESTINATION_EXTERNAL;
511 destination = android.provider.Downloads.Impl.DESTINATION_EXTERNAL;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java 270 if (c.getInt(destinationColumnId) == Downloads.Impl.DESTINATION_EXTERNAL) {
DownloadProvider.java 296 && dest != Downloads.Impl.DESTINATION_EXTERNAL
304 if (dest == Downloads.Impl.DESTINATION_EXTERNAL) {
445 + Downloads.Impl.DESTINATION_EXTERNAL + " = "
DownloadService.java 616 && (info.mDestination == Downloads.Impl.DESTINATION_EXTERNAL
    [all...]
DownloadThread.java 161 if (stream != null && mInfo.mDestination == Downloads.Impl.DESTINATION_EXTERNAL
571 if (mInfo.mDestination == Downloads.Impl.DESTINATION_EXTERNAL
    [all...]
Helpers.java 94 if (destination == Downloads.Impl.DESTINATION_EXTERNAL

Completed in 83 milliseconds