Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DSyncStatusInfo.java387 public void populateLastEventsInformation(ArrayList<Pair<Long, String>> lastEventInformation) { in populateLastEventsInformation() argument
390 final int size = lastEventInformation.size(); in populateLastEventsInformation()
392 final Pair<Long, String> lastEventInfo = lastEventInformation.get(i); in populateLastEventsInformation()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java2097 ArrayList<Pair<Long, String>> lastEventInformation = new ArrayList<>(); in readSyncStatusInfoLocked() local
2145 lastEventInformation.add(lastEventInfo); in readSyncStatusInfoLocked()
2194 status.populateLastEventsInformation(lastEventInformation); in readSyncStatusInfoLocked()