Searched refs:mDeviceQueue (Results 1 – 1 of 1) sorted by relevance
84 private final ArrayDeque<String> mDeviceQueue; field in RemoteDevices160 mDeviceQueue = new ArrayDeque<>(); in RemoteDevices()209 mDeviceQueue.clear(); in reset()257 mDeviceQueue.offer(key); in addDeviceProperties()258 if (mDeviceQueue.size() > MAX_DEVICE_QUEUE_SIZE) { in addDeviceProperties()259 String deleteKey = mDeviceQueue.poll(); in addDeviceProperties()1314 mDeviceQueue.remove(address); // Remove from LRU cache in removeAddressMapping()