Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DDiagnosticDataCollector.java56 private static final long LOG_TIME_OFFSET_MILLIS = 75L; field in DiagnosticDataCollector
93 String startTime = mDateFormat.format(new Date(logcatStartTime - LOG_TIME_OFFSET_MILLIS)); in persistLogcat()