Searched refs:periodicSyncTimes (Results 1 – 1 of 1) sorted by relevance
148 private ArrayList<Long> periodicSyncTimes; field in SyncStatusInfo193 if (periodicSyncTimes != null) { in writeToParcel()194 parcel.writeInt(periodicSyncTimes.size()); in writeToParcel()195 for (long periodicSyncTime : periodicSyncTimes) { in writeToParcel()249 periodicSyncTimes = null; in SyncStatusInfo()253 periodicSyncTimes = null; in SyncStatusInfo()255 periodicSyncTimes = new ArrayList<Long>(); in SyncStatusInfo()257 periodicSyncTimes.add(parcel.readLong()); in SyncStatusInfo()334 if (other.periodicSyncTimes != null) { in copyFrom()335 periodicSyncTimes = new ArrayList<Long>(other.periodicSyncTimes); in copyFrom()[all …]