Searched refs:path (Results 1 – 2 of 2) sorted by relevance
207 boolean isMediaScannerScannable, String mimeType, String path, long length, in addToDownloadContentDB() argument228 values.put("_data", path); // location to save the downloaded file in addToDownloadContentDB()
148 public int getFreeSpaceSize(File path) { in getFreeSpaceSize() argument149 StatFs stat = new StatFs(path.getPath()); in getFreeSpaceSize()