Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/
H A 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()
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java2206 final Pair<Long, String> lastEventInfo = parseLastEventInfoLocked(proto); in readSyncStatusInfoLocked() local
2207 if (lastEventInfo != null) { in readSyncStatusInfoLocked()
2208 lastEventInformation.add(lastEventInfo); in readSyncStatusInfoLocked()