Home
last modified time | relevance | path

Searched refs:localFilePath (Results 1 – 3 of 3) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java563 String localFilePath = null; in getFileForDocId() local
567 localFilePath = cursor.getString( in getFileForDocId()
575 if (localFilePath == null) { in getFileForDocId()
578 return new File(localFilePath); in getFileForDocId()
646 String localFilePath = cursor.getString( in includeDownloadFromCursor() local
657 if (localFilePath == null || !new File(localFilePath).exists()) { in includeDownloadFromCursor()
695 if (filePaths != null && localFilePath != null) { in includeDownloadFromCursor()
696 filePaths.add(localFilePath); in includeDownloadFromCursor()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalImage.java183 int type, String localFilePath) { in LocalImageRequest() argument
186 mLocalFilePath = localFilePath; in LocalImageRequest()
227 public LocalLargeImageRequest(String localFilePath) { in LocalLargeImageRequest() argument
228 mLocalFilePath = localFilePath; in LocalLargeImageRequest()
DLocalVideo.java163 int type, String localFilePath) { in LocalVideoRequest() argument
166 mLocalFilePath = localFilePath; in LocalVideoRequest()