Searched refs:periodicSyncTimes (Results 1 – 1 of 1) sorted by relevance
145 private ArrayList<Long> periodicSyncTimes; field in SyncStatusInfo190 if (periodicSyncTimes != null) { in writeToParcel()191 parcel.writeInt(periodicSyncTimes.size()); in writeToParcel()192 for (long periodicSyncTime : periodicSyncTimes) { in writeToParcel()246 periodicSyncTimes = null; in SyncStatusInfo()250 periodicSyncTimes = null; in SyncStatusInfo()252 periodicSyncTimes = new ArrayList<Long>(); in SyncStatusInfo()254 periodicSyncTimes.add(parcel.readLong()); in SyncStatusInfo()312 if (other.periodicSyncTimes != null) { in SyncStatusInfo()313 periodicSyncTimes = new ArrayList<Long>(other.periodicSyncTimes); in SyncStatusInfo()[all …]