Searched refs:newPath (Results 1 – 6 of 6) sorted by relevance
70 String newPath = path; in addURI() local73 newPath = path.substring(1); in addURI()75 String[] tokens = PATH_SPLIT_PATTERN.split(newPath); in addURI()
543 String newPath = beamRoot + "beam-" + sdf.format(new Date()); in generateMultiplePath() local544 File newFile = new File(newPath); in generateMultiplePath()547 newPath = beamRoot + "beam-" + sdf.format(new Date()) + "-" + in generateMultiplePath()549 newFile = new File(newPath); in generateMultiplePath()
160 String newPath = NEW_EXT_PATH + entry.relativePath; in updateEntryUsingRelativePath() local161 int newBucketId = GalleryUtils.getBucketId(newPath); in updateEntryUsingRelativePath()
349 String newPath = FilterUtils.newClusterPath(basePath, clusterType); in doCluster() local351 data.putString(AlbumSetPage.KEY_MEDIA_PATH, newPath); in doCluster()
312 String newPath = FilterUtils.switchClusterPath(basePath, clusterType); in doCluster() local314 data.putString(AlbumSetPage.KEY_MEDIA_PATH, newPath); in doCluster()
4788 String newPath = initialValues.getAsString(MediaStore.MediaColumns.DATA); in updateInternal() local4790 mDirectoryCache.remove(newPath); in updateInternal()4793 File f = new File(newPath); in updateInternal()4794 if (newPath != null && f.isDirectory()) { in updateInternal()4804 final boolean isDownload = isDownload(newPath); in updateInternal()4815 newPath, in updateInternal()4837 MediaScanner.instance(getContext()).scanFile(new File(newPath)); in updateInternal()4841 } else if (newPath.toLowerCase(Locale.US).endsWith("/.nomedia")) { in updateInternal()4842 MediaScanner.instance(getContext()).scanFile(new File(newPath).getParentFile()); in updateInternal()