Searched refs:localFilePath (Results 1 – 3 of 3) sorted by relevance
183 int type, String localFilePath) { in LocalImageRequest() argument186 mLocalFilePath = localFilePath; in LocalImageRequest()227 public LocalLargeImageRequest(String localFilePath) { in LocalLargeImageRequest() argument228 mLocalFilePath = localFilePath; in LocalLargeImageRequest()
167 int type, String localFilePath) { in LocalVideoRequest() argument170 mLocalFilePath = localFilePath; in LocalVideoRequest()
553 String localFilePath = null; in getFileForDocId() local557 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() local647 if (localFilePath == null || !new File(localFilePath).exists()) { in includeDownloadFromCursor()685 if (filePaths != null && localFilePath != null) { in includeDownloadFromCursor()686 filePaths.add(localFilePath); in includeDownloadFromCursor()