Searched refs:taskQueue (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationManagerCompat.java413 record.taskQueue.add(task);
551 Log.w(TAG, "Giving up on delivering " + record.taskQueue.size() + " tasks to "
553 record.taskQueue.clear();
571 + record.taskQueue.size() + " queued tasks");
573 if (record.taskQueue.isEmpty()) {
583 Task task = record.taskQueue.peek();
592 record.taskQueue.remove();
603 if (!record.taskQueue.isEmpty()) {
617 public LinkedList<Task> taskQueue = new LinkedList<Task>(); field in class:NotificationManagerCompat.SideChannelManager.ListenerRecord

Completed in 26 milliseconds