Searched refs:periodicSyncTimes (Results 1 – 1 of 1) sorted by relevance
48 private ArrayList<Long> periodicSyncTimes; field in SyncStatusInfo87 if (periodicSyncTimes != null) { in writeToParcel()88 parcel.writeInt(periodicSyncTimes.size()); in writeToParcel()89 for (long periodicSyncTime : periodicSyncTimes) { in writeToParcel()118 periodicSyncTimes = null; in SyncStatusInfo()122 periodicSyncTimes = null; in SyncStatusInfo()124 periodicSyncTimes = new ArrayList<Long>(); in SyncStatusInfo()126 periodicSyncTimes.add(parcel.readLong()); in SyncStatusInfo()149 if (other.periodicSyncTimes != null) { in SyncStatusInfo()150 periodicSyncTimes = new ArrayList<Long>(other.periodicSyncTimes); in SyncStatusInfo()[all …]