Searched refs:mLastEventTimes (Results 1 – 2 of 2) sorted by relevance
150 private final ArrayList<Long> mLastEventTimes = new ArrayList<>(); field in SyncStatusInfo201 parcel.writeInt(mLastEventTimes.size()); in writeToParcel()202 for (int i = 0; i < mLastEventTimes.size(); i++) { in writeToParcel()203 parcel.writeLong(mLastEventTimes.get(i)); in writeToParcel()261 mLastEventTimes.clear(); in SyncStatusInfo()265 mLastEventTimes.add(parcel.readLong()); in SyncStatusInfo()337 mLastEventTimes.addAll(other.mLastEventTimes); in copyFrom()388 mLastEventTimes.clear(); in populateLastEventsInformation()393 mLastEventTimes.add(lastEventInfo.first); in populateLastEventsInformation()400 if (mLastEventTimes.size() >= MAX_EVENT_COUNT) { in addEvent()[all …]
17041 Landroid/content/SyncStatusInfo;->mLastEventTimes:Ljava/util/ArrayList;