Searched refs:obbDir (Results 1 – 5 of 5) sorted by relevance
45 final File obbDir = mContext.getObbDir(); in testSetDestinationUri_otherAppObbDir() local46 assertNotNull(obbDir); in testSetDestinationUri_otherAppObbDir()48 String otherAppObbPath = obbDir.getPath().replace(mContext.getPackageName(), in testSetDestinationUri_otherAppObbDir()
119 File obbDir = mContext.getObbDir(); in setUpExternalStoragePaths() local120 if (obbDir != null) { in setUpExternalStoragePaths()121 mObbPath = obbDir.getAbsolutePath(); in setUpExternalStoragePaths()
173 final File obbDir = context.getObbDir(); in getAllPackageSpecificObbGiftPaths() local175 obbDir.getAbsolutePath().replace(context.getPackageName(), targetPackageName)); in getAllPackageSpecificObbGiftPaths()
768 File obbDir = new File("/sdcard/Android/obb"); in testAndroidDataObbCannotBeDeleted() local772 assertThat(obbDir.exists()).isTrue(); in testAndroidDataObbCannotBeDeleted()776 assertThat(obbDir.delete()).isFalse(); in testAndroidDataObbCannotBeDeleted()
1193 File obbDir = getContext().getObbDir(); in testAndroidDataObbDoesNotForgetMount() local1194 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()