Home | History | Annotate | Download | only in contacts

Lines Matching refs:ConcurrentHashMap

80 import java.util.concurrent.ConcurrentHashMap;
664 private final ConcurrentHashMap<ImageView, Request> mPendingRequests =
665 new ConcurrentHashMap<ImageView, Request>();
1249 * ConcurrentHashMap will allow those changes to happen without throwing