Searched refs:basePath (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DFilterTypeSet.java84 String basePath = "/filter/mediatype/" + mMediaType;
88 String filteredPath = basePath + "/{" + set.getPath().toString() + "}";
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DFilenameUtils.java389 * @param basePath the base path to attach to, always treated as a path
393 public static String concat(String basePath, String fullFilenameToAdd) { argument
401 if (basePath == null) {
404 int len = basePath.length();
408 char ch = basePath.charAt(len - 1);
410 return normalize(basePath + fullFilenameToAdd);
412 return normalize(basePath + '/' + fullFilenameToAdd);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumPage.java348 String basePath = mMediaSet.getPath().toString();
349 String newPath = FilterUtils.newClusterPath(basePath, clusterType);
H A DAlbumSetPage.java311 String basePath = mMediaSet.getPath().toString();
312 String newPath = FilterUtils.switchClusterPath(basePath, clusterType);

Completed in 88 milliseconds