Home
last modified time | relevance | path

Searched refs:mRankingMapQueue (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java71 private final Deque<RankingMap> mRankingMapQueue = new ConcurrentLinkedDeque<>(); field in NotificationListener
181 mRankingMapQueue.addLast(r); in onNotificationRankingUpdate()
197 RankingMap r = mRankingMapQueue.pollFirst(); in dispatchRankingUpdate()
201 if (!mRankingMapQueue.isEmpty()) { in dispatchRankingUpdate()
210 + mRankingMapQueue.size() + " more updates already in the queue."); in dispatchRankingUpdate()
216 + mRankingMapQueue.size() + " more updates already in the queue."); in dispatchRankingUpdate()