Home | History | Annotate | Download | only in content

Lines Matching refs:AtomicFile

19 import com.android.internal.os.AtomicFile;
314 private final AtomicFile mAccountInfoFile;
321 private final AtomicFile mStatusFile;
327 private final AtomicFile mStatisticsFile;
334 private final AtomicFile mPendingFile;
352 mAccountInfoFile = new AtomicFile(new File(syncDir, "accounts.xml"));
353 mStatusFile = new AtomicFile(new File(syncDir, "status.bin"));
354 mPendingFile = new AtomicFile(new File(syncDir, "pending.bin"));
355 mStatisticsFile = new AtomicFile(new File(syncDir, "stats.bin"));