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