Searched refs:mCongestionQueue (Results 1 – 1 of 1) sorted by relevance
125 private List<CallbackInfo> mCongestionQueue = new ArrayList<CallbackInfo>(); field in ContextMap.App171 mCongestionQueue.add(callbackInfo); in queueCallback()175 if (mCongestionQueue.size() == 0) { in popQueuedCallback()178 return mCongestionQueue.remove(0); in popQueuedCallback()