Searched refs:lastEventInfo (Results 1 – 2 of 2) sorted by relevance
392 final Pair<Long, String> lastEventInfo = lastEventInformation.get(i); in populateLastEventsInformation() local393 mLastEventTimes.add(lastEventInfo.first); in populateLastEventsInformation()394 mLastEvents.add(lastEventInfo.second); in populateLastEventsInformation()
2143 final Pair<Long, String> lastEventInfo = parseLastEventInfoLocked(proto); in readSyncStatusInfoLocked() local2144 if (lastEventInfo != null) { in readSyncStatusInfoLocked()2145 lastEventInformation.add(lastEventInfo); in readSyncStatusInfoLocked()