Searched refs:mPendingRequests (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DContactPhotoManager.java331 private final ConcurrentHashMap<ImageView, Request> mPendingRequests = field in class:ContactPhotoManagerImpl
478 mPendingRequests.remove(view);
492 mPendingRequests.remove(view);
503 mPendingRequests.remove(view);
505 mPendingRequests.put(view, request);
516 mPendingRequests.remove(view);
655 mPendingRequests.clear();
669 if (!mPendingRequests.isEmpty()) {
725 Iterator<ImageView> iterator = mPendingRequests.keySet().iterator();
728 Request key = mPendingRequests
[all...]

Completed in 60 milliseconds