Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java88 inventLogcatTimes(); in inspect()
564 private void inventLogcatTimes() { in inventLogcatTimes() method in Inspector
565 inventLogcatTimes(mBugreport.systemLog.lines); in inventLogcatTimes()
566 inventLogcatTimes(mBugreport.eventLog.lines); in inventLogcatTimes()
568 inventLogcatTimes(mBugreport.logcat.lines); in inventLogcatTimes()
576 private void inventLogcatTimes(ArrayList<LogLine> lines) { in inventLogcatTimes() method in Inspector