Searched refs:ceContext (Results 1 – 2 of 2) sorted by relevance
477 final Context ceContext = createCredentialProtectedStorageContext(); in onFullBackup() local478 final String rootDir = ceContext.getDataDir().getCanonicalPath(); in onFullBackup()479 final String filesDir = ceContext.getFilesDir().getCanonicalPath(); in onFullBackup()480 final String databaseDir = ceContext.getDatabasePath("foo").getParentFile() in onFullBackup()482 final String sharedPrefsDir = ceContext.getSharedPreferencesPath("foo").getParentFile() in onFullBackup()515 Set<String> extraExcludedDirs = getExtraExcludeDirsIfAny(ceContext); in onFullBackup()725 final Context ceContext = createCredentialProtectedStorageContext(); in fullBackupFile() local726 rootDir = ceContext.getDataDir().getCanonicalPath(); in fullBackupFile()727 filesDir = ceContext.getFilesDir().getCanonicalPath(); in fullBackupFile()728 nbFilesDir = ceContext.getNoBackupFilesDir().getCanonicalPath(); in fullBackupFile()[all …]
441 final Context ceContext = context.createCredentialProtectedStorageContext(); in BackupScheme() local442 FILES_DIR = ceContext.getFilesDir(); in BackupScheme()443 DATABASE_DIR = ceContext.getDatabasePath("foo").getParentFile(); in BackupScheme()444 ROOT_DIR = ceContext.getDataDir(); in BackupScheme()445 SHAREDPREF_DIR = ceContext.getSharedPreferencesPath("foo").getParentFile(); in BackupScheme()446 CACHE_DIR = ceContext.getCacheDir(); in BackupScheme()447 NOBACKUP_DIR = ceContext.getNoBackupFilesDir(); in BackupScheme()