Searched refs:mAtomicFile (Results 1 – 1 of 1) sorted by relevance
145 private final AtomicFile mAtomicFile; field in PhoneAccountRegistrar167 mAtomicFile = new AtomicFile(new File(context.getFilesDir(), fileName)); in PhoneAccountRegistrar()1104 fileOutput = mAtomicFile.startWrite(); in doInBackground()1106 mAtomicFile.finishWrite(fileOutput); in doInBackground()1110 mAtomicFile.failWrite(fileOutput); in doInBackground()1132 is = mAtomicFile.openRead(); in read()