Searched refs:mAtomicFile (Results 1 – 1 of 1) sorted by relevance
142 private final AtomicFile mAtomicFile; field in PhoneAccountRegistrar165 mAtomicFile = new AtomicFile(new File(context.getFilesDir(), fileName)); in PhoneAccountRegistrar()1300 fileOutput = mAtomicFile.startWrite(); in doInBackground()1302 mAtomicFile.finishWrite(fileOutput); in doInBackground()1306 mAtomicFile.failWrite(fileOutput); in doInBackground()1329 is = mAtomicFile.openRead(); in read()