Searched refs:getLocalizedName (Results 1 – 8 of 8) sorted by relevance
251 return getLocalizedName(mApplication.getResources(), mBucketId, mName); in getName()280 public static String getLocalizedName(Resources res, int bucketId, in getLocalizedName() method in LocalAlbum
43 public String getLocalizedName(); in getLocalizedName() method
37 public int getLocalizedName() { in getLocalizedName() method in AMProgramType
37 public int getLocalizedName() { in getLocalizedName() method in FMProgramType
45 public int getLocalizedName() { in getLocalizedName() method in DABProgramType
96 public abstract int getLocalizedName(); in getLocalizedName() method in ProgramType
59 btn.setText(pt.getLocalizedName()); in setSupportedProgramTypes()
1399 String albumName = LocalAlbum.getLocalizedName(getResources(), bucketId, null); in saveImage()