Searched refs:pendingRequests (Results 1 – 1 of 1) sorted by relevance
129 private final ConcurrentHashMap<ImageView, Request> pendingRequests = field in ContactPhotoManagerImpl395 pendingRequests.remove(view); in loadThumbnail()417 pendingRequests.remove(view); in loadPhoto()422 pendingRequests.remove(view); in loadPhoto()461 pendingRequests.remove(view); in loadPhotoByIdOrUri()463 pendingRequests.put(view, request); in loadPhotoByIdOrUri()474 pendingRequests.remove(view); in removePhoto()484 pendingRequests.clear(); in cancelPendingRequests()593 pendingRequests.clear(); in clear()609 if (!pendingRequests.isEmpty()) { in resume()[all …]