Searched defs:mRecentLoaderResults (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java316 private Map<Integer, List<ContactInteraction>> mRecentLoaderResults = field in class:QuickContactActivity
2015 mRecentLoaderResults.put(loader.getId(), data);
2024 mRecentLoaderResults.remove(loader.getId());
2029 return mRecentLoaderResults.size() == mRecentLoaderIds.length;
2036 // Serialize mRecentLoaderResults into a single list. This should be done on the main
2037 // thread to avoid races against mRecentLoaderResults edits.
2038 for (List<ContactInteraction> loaderInteractions : mRecentLoaderResults.values()) {

Completed in 50 milliseconds