Searched refs:sAnrFileDateFormat (Results 1 – 1 of 1) sorted by relevance
3288 private static SimpleDateFormat sAnrFileDateFormat; field in ActivityManagerService3292 if (sAnrFileDateFormat == null) { in createAnrDumpFile()3293 sAnrFileDateFormat = new SimpleDateFormat("yyyy-MM-dd-HH-mm-ss-SSS"); in createAnrDumpFile()3296 final String formattedDate = sAnrFileDateFormat.format(new Date()); in createAnrDumpFile()