Searched defs:isMediaScannerScannable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DDownloadManager.java1179 * isMediaScannerScannable to true. It makes the file visible in media managing
1184 * @param isMediaScannerScannable true if the file is to be scanned by MediaScanner. Files
1197 boolean isMediaScannerScannable, String mimeType, String path, long length,
1199 return addCompletedDownload(title, description, isMediaScannerScannable, mimeType, path,
1205 boolean isMediaScannerScannable, String mimeType, String path, long length,
1228 (isMediaScannerScannable) ? Request.SCANNABLE_VALUE_YES :
1196 addCompletedDownload(String title, String description, boolean isMediaScannerScannable, String mimeType, String path, long length, boolean showNotification) argument
1204 addCompletedDownload(String title, String description, boolean isMediaScannerScannable, String mimeType, String path, long length, boolean showNotification, boolean allowWrite) argument

Completed in 34 milliseconds