void changeSortingMode(Context context, SortingMode sortingMode) { this.sortingMode = sortingMode.getValue(); CustomAlbumsHelper h = CustomAlbumsHelper.getInstance(context); h.setAlbumSortingMode(path, sortingMode.getValue()); }
public SortingMode getSortingMode() { return SortingMode.fromValue(sortingMode); }