Home
last modified time | relevance | path

Searched refs:isExternalStorageRemovable (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/os/
DEnvironment.java739 public static boolean isExternalStorageRemovable() { in isExternalStorageRemovable() method in Environment
742 return isExternalStorageRemovable(externalDir); in isExternalStorageRemovable()
755 public static boolean isExternalStorageRemovable(File path) { in isExternalStorageRemovable() method in Environment
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbStorageActivity.java116 if (Environment.isExternalStorageRemovable()) { in onCreate()
DStorageNotification.java174 if (Environment.isExternalStorageRemovable()) { in onStorageStateChangedAsync()
/frameworks/base/docs/html/training/displaying-bitmaps/
Dcache-bitmap.jd285 !isExternalStorageRemovable() ? getExternalCacheDir(context).getPath() :
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.jd507 android.os.Environment#isExternalStorageRemovable()}, lets applications
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2985 boolean forceExtWipe = !Environment.isExternalStorageRemovable() && isExtStorageEncrypted(); in wipeDataLocked()
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt646 NO DOC BLOCK: android.os.Environment Method isExternalStorageRemovable(java.io.File)
/frameworks/base/api/
Dsystem-current.txt23305 method public static boolean isExternalStorageRemovable();
23306 method public static boolean isExternalStorageRemovable(java.io.File);
Dcurrent.txt21725 method public static boolean isExternalStorageRemovable();
21726 method public static boolean isExternalStorageRemovable(java.io.File);