Searched refs:mDataFile (Results 1 – 3 of 3) sorted by relevance
116 File mDataFile; field in BackupRestoreActivity135 mDataFile = new File(getFilesDir(), BackupRestoreActivity.DATA_FILE_NAME); in onCreate()160 boolean exists = mDataFile.exists(); in populateUI()162 file = new RandomAccessFile(mDataFile, "rw"); in populateUI()245 RandomAccessFile file = new RandomAccessFile(mDataFile, "rw"); in recordNewUIState()
62 File mDataFile; field in ExampleAgent67 mDataFile = new File(getFilesDir(), BackupRestoreActivity.DATA_FILE_NAME); in onCreate()95 RandomAccessFile file = new RandomAccessFile(mDataFile, "r"); in onBackup()232 RandomAccessFile file = new RandomAccessFile(mDataFile, "rw"); in onRestore()
53 File mDataFile; field in MultiRecordExampleAgent58 mDataFile = new File(getFilesDir(), BackupRestoreActivity.DATA_FILE_NAME); in onCreate()71 RandomAccessFile file = new RandomAccessFile(mDataFile, "r"); in onBackup()191 RandomAccessFile file = new RandomAccessFile(mDataFile, "rw"); in onRestore()