Searched refs:mRequestMap (Results 1 – 2 of 2) sorted by relevance
87 Map<Integer, Integer> mRequestMap = null; field in HandleMap92 mRequestMap = new HashMap<Integer, Integer>(); in HandleMap()97 mRequestMap.clear(); in clear()164 mRequestMap.put(requestId, handle); in addRequest()168 mRequestMap.remove(requestId); in deleteRequest()172 Integer handle = mRequestMap.get(requestId); in getByRequestId()186 sb.append(" Requests: " + mRequestMap.size() + "\n"); in dump()
287 final ConcurrentHashMap<Long, DownloadRequest> mRequestMap = field in AttachmentService.DownloadQueue313 final boolean exists = mRequestMap.containsKey(requestId); in addRequest()316 mRequestMap.put(requestId, request); in addRequest()341 mRequestMap.remove(request.mAttachmentId); in removeRequest()358 mRequestMap.remove(requestId); in getNextRequest()377 return mRequestMap.get(requestId); in findRequestById()383 return mRequestMap.size(); in getSize()389 return mRequestMap.isEmpty(); in isEmpty()1330 for (final DownloadRequest req : mDownloadQueue.mRequestMap.values()) { in dump()