Searched refs:current_queue (Results 1 – 1 of 1) sorted by relevance
323 List<Metadata> current_queue = Util.toMetadataList(getQueue()); in handleMessage() local324 for (int i = 0; i < current_queue.size(); i++) { in handleMessage()325 Log.e(TAG, " └ QueueItem(" + i + "): " + current_queue.get(i)); in handleMessage()454 List<Metadata> current_queue = Util.toMetadataList(queue); in onQueueChanged() local455 if (current_queue.equals(mCurrentData.queue)) { in onQueueChanged()462 for (int i = 0; i < current_queue.size(); i++) { in onQueueChanged()463 Log.d(TAG, " └ QueueItem(" + i + "): " + current_queue.get(i)); in onQueueChanged()