Home
last modified time | relevance | path

Searched refs:getLocalizedName (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalAlbum.java251 return getLocalizedName(mApplication.getResources(), mBucketId, mName); in getName()
280 public static String getLocalizedName(Resources res, int bucketId, in getLocalizedName() method in LocalAlbum
/packages/apps/Camera2/src/com/android/camera/burst/
DBurstArtifact.java43 public String getLocalizedName(); in getLocalizedName() method
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java1399 String albumName = LocalAlbum.getLocalizedName(getResources(), bucketId, null); in saveImage()