Searched refs:DIR_OBB (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | Environment.java | 48 private static final String DIR_OBB = "obb"; field in Environment 115 return buildPaths(getExternalDirs(), DIR_ANDROID, DIR_OBB); in buildExternalStorageAndroidObbDirs() 127 return buildPaths(getExternalDirs(), DIR_ANDROID, DIR_OBB, packageName); in buildExternalStorageAppObbDirs() 414 return buildPath(getLegacyExternalStorageDirectory(), DIR_ANDROID, DIR_OBB); in getLegacyExternalStorageObbDirectory()
|
/frameworks/support/v4/java/android/support/v4/content/ |
D | ContextCompat.java | 46 private static final String DIR_OBB = "obb"; field in ContextCompat 199 single = buildPath(Environment.getExternalStorageDirectory(), DIR_ANDROID, DIR_OBB, in getObbDirs()
|