Searched refs:getStorageState (Results 1 – 6 of 6) sorted by relevance
24 public static String getStorageState(File path) { in getStorageState() method in EnvironmentCompatKitKat25 return Environment.getStorageState(path); in getStorageState()
55 public static String getStorageState(File path) { in getStorageState() method in EnvironmentCompat58 return EnvironmentCompatKitKat.getStorageState(path); in getStorageState()
690 return getStorageState(externalDir); in getExternalStorageState()703 public static String getStorageState(File path) { in getStorageState() method in Environment
76 and {@link android.support.v4.os.EnvironmentCompat#getStorageState getStorageState()}.
429 …ava.io.File} object to the new {@link android.os.Environment#getStorageState getStorageState()} me…
17735 method public static java.lang.String getStorageState(java.io.File);