Searched refs:deContext (Results 1 – 2 of 2) sorted by relevance
378 final Context deContext = createDeviceProtectedStorageContext(); in onFullBackup() local379 final String deviceRootDir = deContext.getDataDir().getCanonicalPath(); in onFullBackup()380 final String deviceFilesDir = deContext.getFilesDir().getCanonicalPath(); in onFullBackup()381 final String deviceNoBackupDir = deContext.getNoBackupFilesDir().getCanonicalPath(); in onFullBackup()382 final String deviceDatabaseDir = deContext.getDatabasePath("foo").getParentFile() in onFullBackup()384 final String deviceSharedPrefsDir = deContext.getSharedPreferencesPath("foo") in onFullBackup()386 final String deviceCacheDir = deContext.getCacheDir().getCanonicalPath(); in onFullBackup()387 final String deviceCodeCacheDir = deContext.getCodeCacheDir().getCanonicalPath(); in onFullBackup()600 final Context deContext = createDeviceProtectedStorageContext(); in fullBackupFile() local601 deviceRootDir = deContext.getDataDir().getCanonicalPath(); in fullBackupFile()[all …]
370 final Context deContext = context.createDeviceProtectedStorageContext(); in BackupScheme() local371 DEVICE_FILES_DIR = deContext.getFilesDir(); in BackupScheme()372 DEVICE_DATABASE_DIR = deContext.getDatabasePath("foo").getParentFile(); in BackupScheme()373 DEVICE_ROOT_DIR = deContext.getDataDir(); in BackupScheme()374 DEVICE_SHAREDPREF_DIR = deContext.getSharedPreferencesPath("foo").getParentFile(); in BackupScheme()375 DEVICE_CACHE_DIR = deContext.getCacheDir(); in BackupScheme()376 DEVICE_NOBACKUP_DIR = deContext.getNoBackupFilesDir(); in BackupScheme()