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