Home | History | Annotate | Download | only in content

Lines Matching refs:AtomicFile

38 import android.util.AtomicFile;
325 private final AtomicFile mAccountInfoFile;
332 private final AtomicFile mStatusFile;
338 private final AtomicFile mStatisticsFile;
345 private final AtomicFile mPendingFile;
367 mAccountInfoFile = new AtomicFile(new File(syncDir, "accounts.xml"));
368 mStatusFile = new AtomicFile(new File(syncDir, "status.bin"));
369 mPendingFile = new AtomicFile(new File(syncDir, "pending.bin"));
370 mStatisticsFile = new AtomicFile(new File(syncDir, "stats.bin"));