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

/frameworks/base/core/java/android/os/
H A DEnvironment.java118 * {@link #getExternalStorageState()}.
148 * @see #getExternalStorageState()
325 * getExternalStorageState() returns MEDIA_REMOVED if the media is not present.
330 * getExternalStorageState() returns MEDIA_UNMOUNTED if the media is present
336 * getExternalStorageState() returns MEDIA_CHECKING if the media is present
342 * getExternalStorageState() returns MEDIA_NOFS if the media is present
348 * getExternalStorageState() returns MEDIA_MOUNTED if the media is present
354 * getExternalStorageState() returns MEDIA_MOUNTED_READ_ONLY if the media is present
360 * getExternalStorageState() returns MEDIA_SHARED if the media is present
366 * getExternalStorageState() return
383 public static String getExternalStorageState() { method in class:Environment
[all...]

Completed in 42 milliseconds