Searched refs:EventsLogParser (Results 1 – 3 of 3) sorted by relevance
52 new EventsLogParser().parseTransitionDelayInfo(readInputBuffer(getTempFile(lines))); in testEmptyEventsLog()68 new EventsLogParser().parseTransitionDelayInfo(readInputBuffer(getTempFile(lines))); in testNoTransitionDelayInfo()81 new EventsLogParser().parseTransitionDelayInfo(readInputBuffer(getTempFile(lines))); in testValidColdTransitionDelay()105 new EventsLogParser().parseTransitionDelayInfo(readInputBuffer(getTempFile(lines))); in testValidHotTransitionDelay()125 new EventsLogParser().parseTransitionDelayInfo(readInputBuffer(getTempFile(lines))); in testTransitionDelayOrder()142 new EventsLogParser().parseTransitionDelayInfo(readInputBuffer(getTempFile(lines))); in testDifferentAppTransitionDelay()166 new EventsLogParser().parseTransitionDelayInfo(readInputBuffer(getTempFile(lines))); in testInvalidTransitionPattern()183 new EventsLogParser().parseLatencyInfo(readInputBuffer(getTempFile(lines))); in testValidLatencyInfo()201 new EventsLogParser().parseLatencyInfo(readInputBuffer(getTempFile(lines))); in testInvalidLatencyInfo()217 new EventsLogParser().parseLatencyInfo(readInputBuffer(getTempFile(lines))); in testEmptyLatencyInfo()[all …]
23 import com.android.loganalysis.parser.EventsLogParser;173 private EventsLogParser mEventsLogParser = new EventsLogParser();
35 public class EventsLogParser implements IParser { class