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