Searched defs:contentLocation (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
H A DRetrieveTransaction.java292 String contentLocation,
295 values.put(Mms.CONTENT_LOCATION, contentLocation);
291 updateContentLocation(Context context, Uri uri, String contentLocation, boolean locked) argument
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DHelpers.java76 String contentLocation,
89 path = chooseFilename(url, hint, contentDisposition, contentLocation,
178 String contentLocation, int destination) {
209 if (filename == null && contentLocation != null) {
210 String decodedContentLocation = Uri.decode(contentLocation);
71 generateSaveFile( Context context, String url, String hint, String contentDisposition, String contentLocation, String mimeType, int destination, long contentLength, boolean isPublicApi, StorageManager storageManager) argument
177 chooseFilename(String url, String hint, String contentDisposition, String contentLocation, int destination) argument

Completed in 138 milliseconds