Searched refs:isExternalStorageRemovable (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/
H A DEnvironment.java388 * @see #isExternalStorageRemovable()
739 public static boolean isExternalStorageRemovable() { method in class:Environment
742 return isExternalStorageRemovable(externalDir);
755 public static boolean isExternalStorageRemovable(File path) { method in class:Environment
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbStorageActivity.java116 if (Environment.isExternalStorageRemovable()) {
H A DStorageNotification.java174 if (Environment.isExternalStorageRemovable()) {
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java2985 boolean forceExtWipe = !Environment.isExternalStorageRemovable() && isExtStorageEncrypted();

Completed in 203 milliseconds