Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DRemoteDevices.java64 private Queue<String> mDeviceQueue; field in RemoteDevices
117 mDeviceQueue = new LinkedList<String>(); in RemoteDevices()
158 if (mDeviceQueue != null) { in reset()
159 mDeviceQueue.clear(); in reset()
192 mDeviceQueue.offer(key); in addDeviceProperties()
193 if (mDeviceQueue.size() > MAX_DEVICE_QUEUE_SIZE) { in addDeviceProperties()
194 String deleteKey = mDeviceQueue.poll(); in addDeviceProperties()