Home | History | Annotate | Download | only in music

Lines Matching refs:moveQueueItem

960     public void moveQueueItem(int index1, int index2) {
2139 public void moveQueueItem(int from, int to) {
2140 mService.get().moveQueueItem(from, to);