Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DFileUtil.java38 String fileNameFormat) throws IOException { in getNewFile() argument
40 final SimpleDateFormat dateFormat = new SimpleDateFormat(fileNameFormat); in getNewFile()
66 String fileNameFormat = context.getString(ContentType.isImageType(contentType) in getNewFile() local
68 return getNewFile(directory, fileExtension, fileNameFormat); in getNewFile()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DSaveVideoFileUtils.java37 public static SaveVideoFileInfo getDstMp4FileInfo(String fileNameFormat, in getDstMp4FileInfo() argument
50 dstFileInfo.mFileName = new SimpleDateFormat(fileNameFormat).format( in getDstMp4FileInfo()