Searched refs:filesDir (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/ |
D | WallpaperBackupAgent.java | 108 final File filesDir = getFilesDir(); in onFullBackup() local 109 final File infoStage = new File(filesDir, INFO_STAGE); in onFullBackup() 110 final File imageStage = new File (filesDir, IMAGE_STAGE); in onFullBackup() 111 final File lockImageStage = new File (filesDir, LOCK_IMAGE_STAGE); in onFullBackup() 112 final File empty = new File (filesDir, EMPTY_SENTINEL); in onFullBackup() 211 final File filesDir = getFilesDir(); in onRestoreFinished() local 212 final File infoStage = new File(filesDir, INFO_STAGE); in onRestoreFinished() 213 final File imageStage = new File (filesDir, IMAGE_STAGE); in onRestoreFinished() 214 final File lockImageStage = new File (filesDir, LOCK_IMAGE_STAGE); in onRestoreFinished()
|
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/ |
D | AppMetadataBackupWriter.java | 59 PackageInfo packageInfo, File manifestFile, File filesDir, boolean withApk) in backupManifest() argument 64 filesDir, in backupManifest() 85 File filesDir, in backupManifest() argument 105 filesDir.getAbsolutePath(), in backupManifest() 170 PackageInfo packageInfo, File metadataFile, File filesDir, byte[] widgetData) in backupWidget() argument 193 filesDir.getAbsolutePath(), in backupWidget()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupAgent.java | 390 final String filesDir = ceContext.getFilesDir().getCanonicalPath(); in onFullBackup() local 420 traversalExcludeSet.add(filesDir); in onFullBackup() 450 traversalExcludeSet.remove(filesDir); in onFullBackup() 454 traversalExcludeSet.add(filesDir); in onFullBackup() 593 final String filesDir; in fullBackupFile() local 618 filesDir = ceContext.getFilesDir().getCanonicalPath(); in fullBackupFile() 675 } else if (filePath.startsWith(filesDir)) { in fullBackupFile() 677 rootpath = filesDir; in fullBackupFile()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | MountServiceTests.java | 104 final File filesDir = mContext.getFilesDir(); in getFilePath() local 105 final File outFile = new File(filesDir, name); in getFilePath()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 687 File filesDir = mContext.getFilesDir(); in getParsedPackage() local 688 File outFile = new File(filesDir, outFileName); in getParsedPackage() 2454 File filesDir = mContext.getFilesDir(); in testCheckSignaturesUnknown() local 2455 File outFile = new File(filesDir, apk2Name); in testCheckSignaturesUnknown()
|