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.java44 final File obbDir = mContext.getObbDir(); in testSetDestinationUri_otherAppObbDir() local
45 assertNotNull(obbDir); in testSetDestinationUri_otherAppObbDir()
47 String otherAppObbPath = obbDir.getPath().replace(mContext.getPackageName(), in testSetDestinationUri_otherAppObbDir()
/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/AppA/src/com/android/cts/appdataisolation/appa/
DAppATests.java108 File obbDir = mContext.getObbDir(); in setUpExternalStoragePaths() local
109 if (obbDir != null) { in setUpExternalStoragePaths()
110 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.java740 File obbDir = new File("/sdcard/Android/obb"); in testAndroidDataObbCannotBeDeleted() local
744 assertThat(obbDir.exists()).isTrue(); in testAndroidDataObbCannotBeDeleted()
748 assertThat(obbDir.delete()).isFalse(); in testAndroidDataObbCannotBeDeleted()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java1113 File obbDir = getContext().getObbDir(); in testAndroidDataObbDoesNotForgetMount() local
1114 File upperCaseObbDir = new File(obbDir.getPath().replace("Android/obb", "ANDROID/OBB")); in testAndroidDataObbDoesNotForgetMount()
1118 StructStat beforeObbStruct = Os.stat(obbDir.getPath()); in testAndroidDataObbDoesNotForgetMount()
1122 assertThat(obbDir.exists()).isTrue(); in testAndroidDataObbDoesNotForgetMount()
2638 for (File obbDir : obbDirs) { in testCantAccessOtherAppsExternalDirs()
2639 final File otherAppExternalObbDir = new File(obbDir.getPath().replace( in testCantAccessOtherAppsExternalDirs()