Searched refs:deContext (Results 1 – 2 of 2) sorted by relevance
424 final Context deContext = createDeviceProtectedStorageContext(); in onFullBackup() local425 final String deviceRootDir = deContext.getDataDir().getCanonicalPath(); in onFullBackup()426 final String deviceFilesDir = deContext.getFilesDir().getCanonicalPath(); in onFullBackup()427 final String deviceNoBackupDir = deContext.getNoBackupFilesDir().getCanonicalPath(); in onFullBackup()428 final String deviceDatabaseDir = deContext.getDatabasePath("foo").getParentFile() in onFullBackup()430 final String deviceSharedPrefsDir = deContext.getSharedPreferencesPath("foo") in onFullBackup()432 final String deviceCacheDir = deContext.getCacheDir().getCanonicalPath(); in onFullBackup()433 final String deviceCodeCacheDir = deContext.getCodeCacheDir().getCanonicalPath(); in onFullBackup()650 final Context deContext = createDeviceProtectedStorageContext(); in fullBackupFile() local651 deviceRootDir = deContext.getDataDir().getCanonicalPath(); in fullBackupFile()[all …]
372 final Context deContext = context.createDeviceProtectedStorageContext(); in BackupScheme() local373 DEVICE_FILES_DIR = deContext.getFilesDir(); in BackupScheme()374 DEVICE_DATABASE_DIR = deContext.getDatabasePath("foo").getParentFile(); in BackupScheme()375 DEVICE_ROOT_DIR = deContext.getDataDir(); in BackupScheme()376 DEVICE_SHAREDPREF_DIR = deContext.getSharedPreferencesPath("foo").getParentFile(); in BackupScheme()377 DEVICE_CACHE_DIR = deContext.getCacheDir(); in BackupScheme()378 DEVICE_NOBACKUP_DIR = deContext.getNoBackupFilesDir(); in BackupScheme()