Searched refs:DIR_OBB (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | Environment.java | 51 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/ |
D | ContextCompat.java | 41 private static final String DIR_OBB = "obb"; field in ContextCompat 166 single = buildPath(Environment.getExternalStorageDirectory(), DIR_ANDROID, DIR_OBB, in getObbDirs()
|