void changeSortingOrder(Context context, SortingOrder sortingOrder) { this.sortingOrder = sortingOrder.getValue(); CustomAlbumsHelper h = CustomAlbumsHelper.getInstance(context); h.setAlbumSortingOrder(path, sortingOrder.getValue()); }
public SortingOrder getSortingOrder() { return SortingOrder.fromValue(sortingOrder); }