Searched refs:current_queue (Results 1 – 1 of 1) sorted by relevance
354 List<Metadata> current_queue = Util.toMetadataList(mContext, getQueue()); in handleMessage() local355 for (int i = 0; i < current_queue.size(); i++) { in handleMessage()356 Log.e(TAG, " └ QueueItem(" + i + "): " + current_queue.get(i)); in handleMessage()486 List<Metadata> current_queue = Util.toMetadataList(mContext, queue); in onQueueChanged() local487 if (current_queue.equals(mCurrentData.queue)) { in onQueueChanged()494 for (int i = 0; i < current_queue.size(); i++) { in onQueueChanged()495 Log.d(TAG, " └ QueueItem(" + i + "): " + current_queue.get(i)); in onQueueChanged()