/cts/hostsidetests/backup/BackupEligibility/src/ |
D | BackupEligibilityTest.java | 63 File filesDir = mContext.getFilesDir(); in setupFiles() local 64 File normalFolder = new File(filesDir, "normal_folder"); in setupFiles() 66 mDoBackupFile = new File(filesDir, "file_to_backup"); in setupFiles()
|
/cts/hostsidetests/backup/FullBackupOnly/src/ |
D | FullBackupOnlyTest.java | 69 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/fullbackupapp/src/android/cts/backup/fullbackupapp/ |
D | FullbackupTest.java | 72 File filesDir = mContext.getFilesDir(); in setupFiles() local 73 File normalFolder = new File(filesDir, "normal_folder"); in setupFiles() 75 mDoBackupFile = new File(filesDir, "file_to_backup"); in setupFiles()
|
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/ |
D | MediaRecorderCameraActivity.java | 62 File filesDir = getPackageManager().isInstantApp() in onCreate() local 66 mOutputPath = new File(filesDir, "record.out").getAbsolutePath(); in onCreate()
|
/cts/tests/tests/resourcesloader/src/android/content/res/loader/cts/ |
D | Utils.kt | 57 val copiedFile = File(filesDir, fileName) in Context()
|
D | ResourcesLoaderTestBase.kt | 238 val root = File(context.filesDir, name.split('.')[0]) in <lambda>()
|
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/ |
D | StorageStatsTest.java | 371 final File filesDir = context.getFilesDir(); in testCacheClearing() local 372 final UUID filesUuid = sm.getUuidForPath(filesDir); in testCacheClearing() 378 final long beforeRaw = filesDir.getUsableSpace(); in testCacheClearing() 408 filesDir.getUsableSpace(), 10 * MB_IN_BYTES); in testCacheClearing() 415 final long clear1 = filesDir.getUsableSpace() + (targetB / 2); in testCacheClearing() 430 final long clear2 = filesDir.getUsableSpace() + (targetB / 2); in testCacheClearing()
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2AndroidTestCase.java | 136 File filesDir = mContext.getExternalFilesDir(null); in setUp() local 137 if (filesDir == null || mContext.getPackageManager().isInstantApp()) { in setUp() 138 filesDir = mContext.getFilesDir(); in setUp() 141 mDebugFileNameBase = filesDir.getPath(); in setUp()
|
D | Camera2ConcurrentAndroidTestCase.java | 112 File filesDir = mContext.getPackageManager().isInstantApp() in setUp() local 116 mDebugFileNameBase = filesDir.getPath(); in setUp()
|
D | Camera2AndroidTestRule.java | 251 File filesDir = mContext.getPackageManager().isInstantApp() in before() local 255 mDebugFileNameBase = filesDir.getPath(); in before()
|
D | Camera2SurfaceViewTestCase.java | 136 File filesDir = mContext.getPackageManager().isInstantApp() in setUp() local 140 mDebugFileNameBase = filesDir.getPath(); in setUp()
|
/cts/hostsidetests/backup/includeexcludeapp/src/android/cts/backup/includeexcludeapp/ |
D | IncludeExcludeTest.java | 88 File filesDir = mContext.getFilesDir(); in setupFiles() local 89 setupFileTree(filesDir); in setupFiles()
|
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/ |
D | StorageTest.java | 264 final File filesDir = getContext().getFilesDir(); in testVerifyAllocateApi() local 267 final UUID filesUuid = sm.getUuidForPath(filesDir); in testVerifyAllocateApi() 279 final File filesFile = makeUniqueFile(filesDir); in testVerifyAllocateApi()
|
/cts/common/device-side/bedstead/testapp/src/test/java/com/android/bedstead/testapp/ |
D | TestAppTest.java | 271 File filesDir = sContext.getExternalFilesDir(/* type= */ null); in writeApkFile_writesFile() local 272 File outputFile = new File(filesDir, "test.apk"); in writeApkFile_writesFile()
|
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/ |
D | InstallInfoTest.kt | 73 val clusterDir = File(context.filesDir, "testInstallInfoOfClusterPackage") in <lambda>()
|
D | PackageInstallerTestBase.kt | 358 val apkFile = File(context.filesDir, apkName) in <lambda>()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | HeifWriterTest.java | 75 File filesDir = mContext.getPackageManager().isInstantApp() in setUp() local 79 mFilePath = filesDir.getPath(); in setUp()
|
D | CameraGPURecordingTest.java | 234 File filesDir = mContext.getPackageManager().isInstantApp() in prepareEncoder() local 239 new File(filesDir.getPath(), "test-" + timestamp + "." + width + "x" + height in prepareEncoder()
|
/cts/tests/tests/packageinstaller/nopermission/src/android.packageinstaller.nopermission.cts/ |
D | NoPermissionTests.kt | 63 private var apkFile = File(context.filesDir, TEST_APK_NAME) in <lambda>()
|
/cts/tests/tests/packageinstaller/install_appop_denied/src/android/packageinstaller/install_appop_denied/cts/ |
D | PackageInstallerTestBase.kt | 71 private val apkFile = File(context.filesDir, TEST_APK_NAME) in <lambda>()
|
/cts/tests/tests/packageinstaller/install_appop_default/src/android/packageinstaller/install_appop_default/cts/ |
D | PackageInstallerTestBase.kt | 71 private val apkFile = File(context.filesDir, TEST_APK_NAME) in <lambda>()
|
/cts/tests/tests/virtualdevice/camera/src/android/virtualdevice/cts/camera/ |
D | VirtualCameraCameraXTest.kt | 216 InstrumentationRegistry.getInstrumentation().targetContext.filesDir, in <lambda>()
|
/cts/tests/tests/packageinstaller/userrestriction/src/android/packageinstaller/userrestriction/cts/ |
D | UserRestrictionInstallTest.kt | 106 val apkFile = File(context.filesDir, TEST_APK_NAME) in <lambda>()
|