Home
last modified time | relevance | path

Searched refs:mDataFile (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupDataTest.java52 private ParcelFileDescriptor mDataFile; field in BackupDataTest
68 if (mDataFile != null) { in tearDown()
69 mDataFile.close(); in tearDown()
80 mDataFile.close(); in testSingle()
83 BackupDataInput bdi = new BackupDataInput(mDataFile.getFileDescriptor()); in testSingle()
101 mDataFile.close(); in testMultiple()
104 BackupDataInput bdi = new BackupDataInput(mDataFile.getFileDescriptor()); in testMultiple()
122 mDataFile.close(); in testDelete()
146 mDataFile.close(); in testMixed()
234 mDataFile = ParcelFileDescriptor.open(mFile, in openForWriting()
[all …]
/aosp14/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
H A DHugeBackupActivity.java60 File mDataFile; field in HugeBackupActivity
79 mDataFile = new File(getFilesDir(), HugeBackupActivity.DATA_FILE_NAME); in onCreate()
104 boolean exists = mDataFile.exists(); in populateUI()
106 file = new RandomAccessFile(mDataFile, "rw"); in populateUI()
188 RandomAccessFile file = new RandomAccessFile(mDataFile, "rw"); in recordNewUIState()
H A DHugeAgent.java63 File mDataFile; field in HugeAgent
68 mDataFile = new File(getFilesDir(), HugeBackupActivity.DATA_FILE_NAME); in onCreate()
96 RandomAccessFile file = new RandomAccessFile(mDataFile, "r"); in onBackup()
244 RandomAccessFile file = new RandomAccessFile(mDataFile, "rw"); in onRestore()