Searched refs:obbDir (Results 1 – 5 of 5) sorted by relevance
44 final File obbDir = mContext.getObbDir(); in testSetDestinationUri_otherAppObbDir() local45 assertNotNull(obbDir); in testSetDestinationUri_otherAppObbDir()47 String otherAppObbPath = obbDir.getPath().replace(mContext.getPackageName(), in testSetDestinationUri_otherAppObbDir()
108 File obbDir = mContext.getObbDir(); in setUpExternalStoragePaths() local109 if (obbDir != null) { in setUpExternalStoragePaths()110 mObbPath = obbDir.getAbsolutePath(); in setUpExternalStoragePaths()
173 final File obbDir = context.getObbDir(); in getAllPackageSpecificObbGiftPaths() local175 obbDir.getAbsolutePath().replace(context.getPackageName(), targetPackageName)); in getAllPackageSpecificObbGiftPaths()
740 File obbDir = new File("/sdcard/Android/obb"); in testAndroidDataObbCannotBeDeleted() local744 assertThat(obbDir.exists()).isTrue(); in testAndroidDataObbCannotBeDeleted()748 assertThat(obbDir.delete()).isFalse(); in testAndroidDataObbCannotBeDeleted()
1113 File obbDir = getContext().getObbDir(); in testAndroidDataObbDoesNotForgetMount() local1114 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()