HomeSort by relevance Sort by last modified time
    Searched full:periodicsynctimes (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/content/
SyncStatusInfo.java 48 private ArrayList<Long> periodicSyncTimes;
87 if (periodicSyncTimes != null) {
88 parcel.writeInt(periodicSyncTimes.size());
89 for (long periodicSyncTime : periodicSyncTimes) {
118 periodicSyncTimes = null;
122 periodicSyncTimes = null;
124 periodicSyncTimes = new ArrayList<Long>();
126 periodicSyncTimes.add(parcel.readLong());
149 if (other.periodicSyncTimes != null) {
150 periodicSyncTimes = new ArrayList<Long>(other.periodicSyncTimes)
    [all...]

Completed in 189 milliseconds