Searched refs:periodicSyncTimes (Results 1 – 2 of 2) sorted by relevance
134 private ArrayList<Long> periodicSyncTimes; field in SyncStatusInfo177 if (periodicSyncTimes != null) { in writeToParcel()178 parcel.writeInt(periodicSyncTimes.size()); in writeToParcel()179 for (long periodicSyncTime : periodicSyncTimes) { in writeToParcel()232 periodicSyncTimes = null; in SyncStatusInfo()236 periodicSyncTimes = null; in SyncStatusInfo()238 periodicSyncTimes = new ArrayList<Long>(); in SyncStatusInfo()240 periodicSyncTimes.add(parcel.readLong()); in SyncStatusInfo()298 if (other.periodicSyncTimes != null) { in SyncStatusInfo()299 periodicSyncTimes = new ArrayList<Long>(other.periodicSyncTimes); in SyncStatusInfo()[all …]
1989 Landroid/content/SyncStatusInfo;->periodicSyncTimes:Ljava/util/ArrayList;