Searched refs:congestionQueue (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DContextMap.java87 private List<CallbackInfo> congestionQueue = new ArrayList<CallbackInfo>(); field in class:ContextMap.App
127 congestionQueue.add(callbackInfo);
131 if (congestionQueue.size() == 0) return null;
132 return congestionQueue.remove(0);

Completed in 103 milliseconds