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.java39 String fileNameFormat) throws IOException { in getNewFile() argument
41 final SimpleDateFormat dateFormat = new SimpleDateFormat(fileNameFormat); in getNewFile()
69 String fileNameFormat = context.getString(ContentType.isImageType(contentType) in getNewFile() local
71 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()