Home
last modified time | relevance | path

Searched refs:DIR_OBB (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DEnvironment.java51 private static final String DIR_OBB = "obb"; field in Environment
179 return buildPaths(mExternalDirsForApp, DIR_ANDROID, DIR_OBB); in buildExternalStorageAndroidObbDirs()
199 return buildPaths(mExternalDirsForApp, DIR_ANDROID, DIR_OBB, packageName); in buildExternalStorageAppObbDirs()
203 return buildPaths(mExternalDirsForVold, DIR_ANDROID, DIR_OBB, packageName); in buildExternalStorageAppObbDirsForVold()
402 return buildPath(getLegacyExternalStorageDirectory(), DIR_ANDROID, DIR_OBB); in getLegacyExternalStorageObbDirectory()
414 return new File(System.getenv(ENV_EMULATED_STORAGE_SOURCE), DIR_OBB); in getEmulatedStorageObbSource()
/frameworks/support/v4/java/android/support/v4/content/
DContextCompat.java41 private static final String DIR_OBB = "obb"; field in ContextCompat
166 single = buildPath(Environment.getExternalStorageDirectory(), DIR_ANDROID, DIR_OBB, in getObbDirs()