Searched refs:mDeviceQueue (Results 1 – 1 of 1) sorted by relevance
64 private Queue<String> mDeviceQueue; field in RemoteDevices117 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()