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()
163 int type, String localFilePath) { in LocalVideoRequest() argument166 mLocalFilePath = localFilePath; in LocalVideoRequest()
403 final String localFilePath = cursor.getString( in includeDownloadFromCursor() local405 if (localFilePath != null) { in includeDownloadFromCursor()406 row.add(DocumentArchiveHelper.COLUMN_LOCAL_FILE_PATH, localFilePath); in includeDownloadFromCursor()