Searched refs:STORAGE_REMOVABLE (Results 1 – 1 of 1) sorted by relevance
27 private static final Map<File, Boolean> STORAGE_REMOVABLE = new HashMap<>(); field in ShadowEnvironment85 STORAGE_REMOVABLE.clear(); in reset()99 final Boolean exists = STORAGE_REMOVABLE.get(getExternalStorageDirectory()); in isExternalStorageRemovable()127 final Boolean exists = STORAGE_REMOVABLE.get(path); in isExternalStorageRemovable()149 STORAGE_REMOVABLE.put(file, isRemovable); in setExternalStorageRemovable()