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