Home
last modified time | relevance | path

Searched refs:filesDir (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/backup/AllowBackup/src/
DAllowBackupTest.java60 File filesDir = mContext.getFilesDir(); in setupFiles() local
61 File normalFolder = new File(filesDir, "normal_folder"); in setupFiles()
63 mDoBackupFile = new File(filesDir, "file_to_backup"); in setupFiles()
/cts/hostsidetests/backup/FullBackupOnly/src/
DFullBackupOnlyTest.java66 File filesDir = mContext.getFilesDir(); in setupFiles() local
67 File normalFolder = new File(filesDir, "normal_folder"); in setupFiles()
69 mDoBackupFile = new File(filesDir, "file_to_backup"); in setupFiles()
/cts/hostsidetests/backup/fullbackupapp/src/android/cts/backup/fullbackupapp/
DFullbackupTest.java69 File filesDir = mContext.getFilesDir(); in setupFiles() local
70 File normalFolder = new File(filesDir, "normal_folder"); in setupFiles()
72 mDoBackupFile = new File(filesDir, "file_to_backup"); in setupFiles()
/cts/hostsidetests/backup/includeexcludeapp/src/android/cts/backup/includeexcludeapp/
DIncludeExcludeTest.java79 File filesDir = mContext.getFilesDir(); in setupFiles() local
80 File excludeFolder = new File(filesDir, "exclude_folder"); in setupFiles()
81 mIncludeFiles.add(new File(filesDir, "file_to_include")); in setupFiles()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java152 final File filesDir = getContext().getFilesDir(); in testVerifyAllocateApi() local
155 final UUID filesUuid = sm.getUuidForPath(filesDir); in testVerifyAllocateApi()
167 final File filesFile = makeUniqueFile(filesDir); in testVerifyAllocateApi()
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java254 final File filesDir = context.getFilesDir(); in testCacheClearing() local
255 final UUID filesUuid = sm.getUuidForPath(filesDir); in testCacheClearing()
261 final long beforeRaw = filesDir.getUsableSpace(); in testCacheClearing()
289 filesDir.getUsableSpace(), 10 * MB_IN_BYTES); in testCacheClearing()
296 final long clear1 = filesDir.getUsableSpace() + (targetB / 2); in testCacheClearing()
311 final long clear2 = filesDir.getUsableSpace() + (targetB / 2); in testCacheClearing()