Home
last modified time | relevance | path

Searched refs:obbDir (Results 1 – 5 of 5) sorted by relevance

/cts/tests/app/DownloadManagerInstallerTest/src/android/app/cts/
DDownloadManagerInstallerTest.java45 final File obbDir = mContext.getObbDir(); in testSetDestinationUri_otherAppObbDir() local
46 assertNotNull(obbDir); in testSetDestinationUri_otherAppObbDir()
48 String otherAppObbPath = obbDir.getPath().replace(mContext.getPackageName(), in testSetDestinationUri_otherAppObbDir()
/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/AppA/src/com/android/cts/appdataisolation/appa/
DAppATests.java119 File obbDir = mContext.getObbDir(); in setUpExternalStoragePaths() local
120 if (obbDir != null) { in setUpExternalStoragePaths()
121 mObbPath = obbDir.getAbsolutePath(); in setUpExternalStoragePaths()
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java173 final File obbDir = context.getObbDir(); in getAllPackageSpecificObbGiftPaths() local
175 obbDir.getAbsolutePath().replace(context.getPackageName(), targetPackageName)); in getAllPackageSpecificObbGiftPaths()
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java768 File obbDir = new File("/sdcard/Android/obb"); in testAndroidDataObbCannotBeDeleted() local
772 assertThat(obbDir.exists()).isTrue(); in testAndroidDataObbCannotBeDeleted()
776 assertThat(obbDir.delete()).isFalse(); in testAndroidDataObbCannotBeDeleted()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java1193 File obbDir = getContext().getObbDir(); in testAndroidDataObbDoesNotForgetMount() local
1194 File upperCaseObbDir = new File(obbDir.getPath().replace("Android/obb", "ANDROID/OBB")); in testAndroidDataObbDoesNotForgetMount()
1198 StructStat beforeObbStruct = Os.stat(obbDir.getPath()); in testAndroidDataObbDoesNotForgetMount()
1202 assertThat(obbDir.exists()).isTrue(); in testAndroidDataObbDoesNotForgetMount()
2832 for (File obbDir : obbDirs) { in testCantAccessOtherAppsExternalDirs()
2833 final File otherAppExternalObbDir = new File(obbDir.getPath().replace( in testCantAccessOtherAppsExternalDirs()