Home | History | Annotate | Download | only in backup

Lines Matching refs:mContext

42     private Context mContext;
51 mContext = getContext();
63 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
73 new File(mContext.getFilesDir(), "onlyInclude.txt").getCanonicalPath(),
85 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
95 new File(mContext.getFilesDir(), "onlyInclude.txt").getCanonicalPath(),
110 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
117 new File(mContext.getFilesDir(), "onlyInclude.txt").getCanonicalPath(),
131 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
141 new File(mContext.getFilesDir(), "onlyInclude.txt").getCanonicalPath(),
156 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
166 new File(mContext.getFilesDir(), "onlyInclude.txt").getCanonicalPath(),
182 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
192 new File(mContext.getFilesDir(), "onlyInclude.txt").getCanonicalPath(),
208 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
220 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
226 new File(mContext.getFilesDir(), "onlyExclude.txt").getCanonicalPath(),
237 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
243 new File(mContext.getFilesDir(), "include.txt").getCanonicalPath(),
248 new File(mContext.getFilesDir(), "exclude.txt").getCanonicalPath(),
265 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
271 new File(mContext.getFilesDir(), "include1.txt").getCanonicalPath(),
285 new File(mContext.getDatabasePath("foo").getParentFile(), "include2.txt")
290 mContext.getDatabasePath("foo").getParentFile(),
296 mContext.getDatabasePath("foo").getParentFile(),
313 new File(mContext.getSharedPrefsFile("foo").getParentFile(), "include3")
317 new File(mContext.getSharedPrefsFile("foo").getParentFile(), "include3.xml")
321 new File(mContext.getSharedPrefsFile("foo").getParentFile(), "include4.xml")
336 new File(mContext.getDatabasePath("foo").getParentFile(), "exclude2.txt")
340 new File(mContext.getDatabasePath("foo").getParentFile(), "exclude2.txt-journal")
344 new File(mContext.getDatabasePath("foo").getParentFile(), "exclude2.txt-wal")
348 new File(mContext.getFilesDir(), "exclude1.txt").getCanonicalPath(),
351 new File(mContext.getSharedPrefsFile("foo").getParentFile(), "exclude3")
355 new File(mContext.getSharedPrefsFile("foo").getParentFile(), "exclude3.xml")
359 new File(mContext.getSharedPrefsFile("foo").getParentFile(), "exclude4.xml")
372 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
383 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
394 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
407 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
422 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
437 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);