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

/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupDataTest.java61 private ParcelFileDescriptor mDataFile; field in class:BackupDataTest
77 if (mDataFile != null) {
78 mDataFile.close();
85 BackupDataOutput bdo = new BackupDataOutput(mDataFile.getFileDescriptor());
89 mDataFile.close();
92 BackupDataInput bdi = new BackupDataInput(mDataFile.getFileDescriptor());
104 BackupDataOutput bdo = new BackupDataOutput(mDataFile.getFileDescriptor());
110 mDataFile.close();
113 BackupDataInput bdi = new BackupDataInput(mDataFile.getFileDescriptor());
125 BackupDataOutput bdo = new BackupDataOutput(mDataFile
[all...]
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
H A DHugeBackupActivity.java60 File mDataFile; field in class:HugeBackupActivity
79 mDataFile = new File(getFilesDir(), HugeBackupActivity.DATA_FILE_NAME);
104 boolean exists = mDataFile.exists();
106 file = new RandomAccessFile(mDataFile, "rw");
188 RandomAccessFile file = new RandomAccessFile(mDataFile, "rw");
H A DHugeAgent.java63 File mDataFile; field in class:HugeAgent
68 mDataFile = new File(getFilesDir(), HugeBackupActivity.DATA_FILE_NAME);
96 RandomAccessFile file = new RandomAccessFile(mDataFile, "r");
244 RandomAccessFile file = new RandomAccessFile(mDataFile, "rw");

Completed in 141 milliseconds