Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java476 private final AtomicFile mAccountInfoFile; field in SyncStorageEngine
521 mAccountInfoFile = new AtomicFile(new File(syncDir, "accounts.xml")); in SyncStorageEngine()
1841 fis = mAccountInfoFile.openRead(); in readAccountInfoLocked()
1843 Log.v(TAG_FILE, "Reading " + mAccountInfoFile.getBaseFile()); in readAccountInfoLocked()
2186 Log.v(TAG_FILE, "Writing new " + mAccountInfoFile.getBaseFile()); in writeAccountInfoLocked()
2191 fos = mAccountInfoFile.startWrite(); in writeAccountInfoLocked()
2242 mAccountInfoFile.finishWrite(fos); in writeAccountInfoLocked()
2246 mAccountInfoFile.failWrite(fos); in writeAccountInfoLocked()