Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DContextMap.java125 private List<CallbackInfo> mCongestionQueue = new ArrayList<CallbackInfo>(); field in ContextMap.App
171 mCongestionQueue.add(callbackInfo); in queueCallback()
175 if (mCongestionQueue.size() == 0) { in popQueuedCallback()
178 return mCongestionQueue.remove(0); in popQueuedCallback()