Searched refs:mIndicationQueue (Results 1 – 1 of 1) sorted by relevance
149 mIndicationQueue.removeIf(x -> x == type); in updateIndication()151 if (!mIndicationQueue.contains(type)) { in updateIndication()152 mIndicationQueue.add(type); in updateIndication()172 mIndicationQueue.removeIf(x -> x == type); in updateIndication()254 mIndicationQueue.clear(); in clearMessages()274 mIndicationQueue.removeIf(x -> x == type); in showIndication()276 mIndicationQueue.add(type); // re-add to show later in showIndication()337 } else if (mIndicationQueue.size() > 0) {338 showIndication(mIndicationQueue.get(0));354 int type = mIndicationQueue.size() == 0 in ShowNextIndication()[all …]