Searched refs:fileNameFormat (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
H A DFileUtil.java39 String fileNameFormat) throws IOException {
41 final SimpleDateFormat dateFormat = new SimpleDateFormat(fileNameFormat);
69 String fileNameFormat = context.getString(ContentType.isImageType(contentType)
71 return getNewFile(directory, fileExtension, fileNameFormat);
38 getNewFile(File directory, String extension, String fileNameFormat) argument
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DSaveVideoFileUtils.java37 public static SaveVideoFileInfo getDstMp4FileInfo(String fileNameFormat, argument
50 dstFileInfo.mFileName = new SimpleDateFormat(fileNameFormat).format(

Completed in 228 milliseconds