Lines Matching refs:mPendingRequests
664 private final ConcurrentHashMap<ImageView, Request> mPendingRequests = field in ContactPhotoManagerImpl
829 mPendingRequests.remove(view); in loadThumbnail()
845 mPendingRequests.remove(view); in loadPhoto()
868 mPendingRequests.remove(view); in loadPhotoByIdOrUri()
870 mPendingRequests.put(view, request); in loadPhotoByIdOrUri()
881 mPendingRequests.remove(view); in removePhoto()
892 mPendingRequests.clear(); in cancelPendingRequests()
895 final Iterator<Entry<ImageView, Request>> iterator = mPendingRequests.entrySet().iterator(); in cancelPendingRequests()
1081 mPendingRequests.clear(); in clear()
1095 if (!mPendingRequests.isEmpty()) { in resume()
1151 final Iterator<Entry<ImageView, Request>> iterator = mPendingRequests.entrySet().iterator(); in processLoadedImages()
1164 if (!mPendingRequests.isEmpty()) { in processLoadedImages()
1254 Iterator<Request> iterator = mPendingRequests.values().iterator(); in obtainPhotoIdsAndUrisToLoad()