Searched refs:isExternalStorageLegacy (Results 1 – 2 of 2) sorted by relevance
1143 public static boolean isExternalStorageLegacy() { in isExternalStorageLegacy() method in Environment1145 return isExternalStorageLegacy(externalDir); in isExternalStorageLegacy()1162 public static boolean isExternalStorageLegacy(@NonNull File path) { in isExternalStorageLegacy() method in Environment
562 >= Build.VERSION_CODES.Q || !Environment.isExternalStorageLegacy()) { in setDestinationInExternalPublicDir()