Searched refs:inventLogcatTimes (Results 1 – 1 of 1) sorted by relevance
88 inventLogcatTimes(); in inspect()564 private void inventLogcatTimes() { in inventLogcatTimes() method in Inspector565 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