Home
last modified time | relevance | path

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

/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.java167 int type, String localFilePath) { in LocalVideoRequest() argument
170 mLocalFilePath = localFilePath; in LocalVideoRequest()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java553 String localFilePath = null; in getFileForDocId() local
557 localFilePath = cursor.getString( in getFileForDocId()
565 if (localFilePath == null) { in getFileForDocId()
568 return new File(localFilePath); in getFileForDocId()
636 String localFilePath = cursor.getString( in includeDownloadFromCursor() local
647 if (localFilePath == null || !new File(localFilePath).exists()) { in includeDownloadFromCursor()
685 if (filePaths != null && localFilePath != null) { in includeDownloadFromCursor()
686 filePaths.add(localFilePath); in includeDownloadFromCursor()