Home | History | Annotate | Download | only in app

Lines Matching refs:destination

43  * request that a URI be downloaded to a particular destination file. The download manager will
99 * Uri where downloaded file will be stored. If a destination is supplied by client, that URI
226 * Value of {@link #COLUMN_REASON} when the requested destination file already exists (the
330 * Note that the default download destination is a shared volume where the system might delete
421 * Set the local destination for the downloaded file. Must be a file URI to a path on
439 * Set the local destination for the downloaded file to the system cache dir (/cache).
457 * Set the local destination for the downloaded file to a path within the application's
465 * @param subPath the path within the external directory, including the destination filename
475 * Set the local destination for the downloaded file to a path within the public external
484 * @param subPath the path within the external directory, including the destination filename
965 * @throws FileNotFoundException if the destination file does not already exist
984 // to check if the file is in cache, get its destination from the database
997 int destination = cursor.getInt(indx);
1000 // should also check for that destination.
1001 if (destination == Downloads.Impl.DESTINATION_CACHE_PARTITION ||
1002 destination == Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION ||
1003 destination == Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING ||
1004 destination == Downloads.Impl.DESTINATION_CACHE_PARTITION_PURGEABLE) {