HomeSort by relevance Sort by last modified time
    Searched refs:DIR_OBB (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v4/java/android/support/v4/content/
ContextCompat.java 37 private static final String DIR_OBB = "obb";
162 single = buildPath(Environment.getExternalStorageDirectory(), DIR_ANDROID, DIR_OBB,
  /frameworks/base/core/java/android/os/
Environment.java 50 private static final String DIR_OBB = "obb";
207 return buildPaths(mExternalDirsForApp, DIR_ANDROID, DIR_OBB);
223 return buildPaths(mExternalDirsForApp, DIR_ANDROID, DIR_OBB, packageName);
227 return buildPaths(mExternalDirsForVold, DIR_ANDROID, DIR_OBB, packageName);
395 return buildPath(getLegacyExternalStorageDirectory(), DIR_ANDROID, DIR_OBB);
407 return new File(System.getenv(ENV_EMULATED_STORAGE_SOURCE), DIR_OBB);

Completed in 360 milliseconds