Searched refs:localFilePath (Results 1 – 3 of 3) sorted by relevance
563 String localFilePath = null; in getFileForDocId() local567 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() local657 if (localFilePath == null || !new File(localFilePath).exists()) { in includeDownloadFromCursor()695 if (filePaths != null && localFilePath != null) { in includeDownloadFromCursor()696 filePaths.add(localFilePath); in includeDownloadFromCursor()
183 int type, String localFilePath) { in LocalImageRequest() argument186 mLocalFilePath = localFilePath; in LocalImageRequest()227 public LocalLargeImageRequest(String localFilePath) { in LocalLargeImageRequest() argument228 mLocalFilePath = localFilePath; in LocalLargeImageRequest()
163 int type, String localFilePath) { in LocalVideoRequest() argument166 mLocalFilePath = localFilePath; in LocalVideoRequest()