Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DContextMap.java108 private List<CallbackInfo> mCongestionQueue = new ArrayList<CallbackInfo>(); field in ContextMap.App
153 mCongestionQueue.add(callbackInfo); in queueCallback()
157 if (mCongestionQueue.size() == 0) { in popQueuedCallback()
160 return mCongestionQueue.remove(0); in popQueuedCallback()