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()
509 String newPath = beamRoot + "beam-" + sdf.format(new Date()); in generateMultiplePath() local510 File newFile = new File(newPath); in generateMultiplePath()513 newPath = beamRoot + "beam-" + sdf.format(new Date()) + "-" + in generateMultiplePath()515 newFile = new File(newPath); in generateMultiplePath()
160 String newPath = NEW_EXT_PATH + entry.relativePath; in updateEntryUsingRelativePath() local161 int newBucketId = GalleryUtils.getBucketId(newPath); in updateEntryUsingRelativePath()
4187 String newPath = initialValues.getAsString(MediaStore.MediaColumns.DATA); in update() local4188 mDirectoryCache.remove(newPath); in update()4190 File f = new File(newPath); in update()4191 if (newPath != null && f.isDirectory()) { in update()4211 newPath, in update()4233 processNewNoMediaPath(helper, db, newPath); in update()4237 } else if (newPath.toLowerCase(Locale.US).endsWith("/.nomedia")) { in update()4238 processNewNoMediaPath(helper, db, newPath); in update()
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()