Searched defs:getExternalStorageDirectory (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DEnvironment.java136 public File getExternalStorageDirectory() { method in class:Environment.UserEnvironment
315 public static File getExternalStorageDirectory() { method in class:Environment
317 return sCurrentUser.getExternalStorageDirectory();
585 * @see #getExternalStorageDirectory()
605 * <p>See {@link #getExternalStorageDirectory()} for more information.
615 * returned by {@link #getExternalStorageDirectory()} will be allocated using a portion of

Completed in 1227 milliseconds