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

/frameworks/base/core/java/android/os/
H A DEnvironment.java178 public static File getExternalStorageDirectory() { method in class:Environment
299 return new File(getExternalStorageDirectory(), type);
416 * <p>See {@link #getExternalStorageDirectory()} for more information.
422 return mountService.getVolumeState(getExternalStorageDirectory()
435 * <p>See {@link #getExternalStorageDirectory()} for more information.
445 * returned by {@link #getExternalStorageDirectory()} will be allocated using a portion of

Completed in 57 milliseconds