Searched refs:current_queue (Results 1 – 1 of 1) sorted by relevance
312 List<Metadata> current_queue = Util.toMetadataList(getQueue()); in handleMessage() local313 for (int i = 0; i < current_queue.size(); i++) { in handleMessage()314 Log.e(TAG, " └ QueueItem(" + i + "): " + current_queue.get(i)); in handleMessage()444 List<Metadata> current_queue = Util.toMetadataList(queue); in onQueueChanged() local445 if (current_queue.equals(mCurrentData.queue)) { in onQueueChanged()452 for (int i = 0; i < current_queue.size(); i++) { in onQueueChanged()453 Log.d(TAG, " └ QueueItem(" + i + "): " + current_queue.get(i)); in onQueueChanged()