Home | History | Annotate | Download | only in telecom

Lines Matching defs:mAtomicFile

146     private final AtomicFile mAtomicFile;
168 mAtomicFile = new AtomicFile(new File(context.getFilesDir(), fileName));
1173 fileOutput = mAtomicFile.startWrite();
1175 mAtomicFile.finishWrite(fileOutput);
1179 mAtomicFile.failWrite(fileOutput);
1202 is = mAtomicFile.openRead();