Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DSyncStatusInfo.java392 final Pair<Long, String> lastEventInfo = lastEventInformation.get(i); in populateLastEventsInformation() local
393 mLastEventTimes.add(lastEventInfo.first); in populateLastEventsInformation()
394 mLastEvents.add(lastEventInfo.second); in populateLastEventsInformation()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java2143 final Pair<Long, String> lastEventInfo = parseLastEventInfoLocked(proto); in readSyncStatusInfoLocked() local
2144 if (lastEventInfo != null) { in readSyncStatusInfoLocked()
2145 lastEventInformation.add(lastEventInfo); in readSyncStatusInfoLocked()