Searched refs:ceContext (Results 1 – 3 of 3) sorted by relevance
443 final Context ceContext = createCredentialProtectedStorageContext(); in onFullBackup() local444 final String rootDir = ceContext.getDataDir().getCanonicalPath(); in onFullBackup()445 final String filesDir = ceContext.getFilesDir().getCanonicalPath(); in onFullBackup()446 final String databaseDir = ceContext.getDatabasePath("foo").getParentFile() in onFullBackup()481 Set<String> extraExcludedDirs = getExtraExcludeDirsIfAny(ceContext); in onFullBackup()691 final Context ceContext = createCredentialProtectedStorageContext(); in fullBackupFile() local692 rootDir = ceContext.getDataDir().getCanonicalPath(); in fullBackupFile()693 filesDir = ceContext.getFilesDir().getCanonicalPath(); in fullBackupFile()694 nbFilesDir = ceContext.getNoBackupFilesDir().getCanonicalPath(); in fullBackupFile()697 cacheDir = ceContext.getCacheDir().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()
336 Context ceContext = ProviderUtil.getCredentialEncryptedContext(context); in getInstanceForCe() local337 sCeInstance = new MmsSmsDatabaseHelper(ceContext, getDbErrorHandler(ceContext)); in getInstanceForCe()