Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java3262 private static SimpleDateFormat sAnrFileDateFormat; field in ActivityManagerService
3266 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()