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.java462 private final AtomicFile mAccountInfoFile; field in SyncStorageEngine
506 mAccountInfoFile = new AtomicFile(new File(syncDir, "accounts.xml"), "sync-accounts"); in SyncStorageEngine()
1598 fis = mAccountInfoFile.openRead(); in readAccountInfoLocked()
1600 Slog.v(TAG_FILE, "Reading " + mAccountInfoFile.getBaseFile()); in readAccountInfoLocked()
1949 Slog.v(TAG_FILE, "Writing new " + mAccountInfoFile.getBaseFile()); in writeAccountInfoLocked()
1954 fos = mAccountInfoFile.startWrite(); in writeAccountInfoLocked()
1992 mAccountInfoFile.finishWrite(fos); in writeAccountInfoLocked()
1996 mAccountInfoFile.failWrite(fos); in writeAccountInfoLocked()