Searched refs:isExternalStorageRemovable (Results 1 – 9 of 9) sorted by relevance
739 public static boolean isExternalStorageRemovable() { in isExternalStorageRemovable() method in Environment742 return isExternalStorageRemovable(externalDir); in isExternalStorageRemovable()755 public static boolean isExternalStorageRemovable(File path) { in isExternalStorageRemovable() method in Environment
116 if (Environment.isExternalStorageRemovable()) { in onCreate()
174 if (Environment.isExternalStorageRemovable()) { in onStorageStateChangedAsync()
285 !isExternalStorageRemovable() ? getExternalCacheDir(context).getPath() :
507 android.os.Environment#isExternalStorageRemovable()}, lets applications
2985 boolean forceExtWipe = !Environment.isExternalStorageRemovable() && isExtStorageEncrypted(); in wipeDataLocked()
646 NO DOC BLOCK: android.os.Environment Method isExternalStorageRemovable(java.io.File)
23305 method public static boolean isExternalStorageRemovable();23306 method public static boolean isExternalStorageRemovable(java.io.File);
21725 method public static boolean isExternalStorageRemovable();21726 method public static boolean isExternalStorageRemovable(java.io.File);