Searched refs:mAccountInfoFile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java316 private final AtomicFile mAccountInfoFile; field in class:SyncStorageEngine
358 mAccountInfoFile = new AtomicFile(new File(syncDir, "accounts.xml"));
1494 fis = mAccountInfoFile.openRead();
1495 if (DEBUG_FILE) Log.v(TAG, "Reading " + mAccountInfoFile.getBaseFile());
1756 if (DEBUG_FILE) Log.v(TAG, "Writing new " + mAccountInfoFile.getBaseFile());
1760 fos = mAccountInfoFile.startWrite();
1839 mAccountInfoFile.finishWrite(fos);
1843 mAccountInfoFile.failWrite(fos);

Completed in 824 milliseconds