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

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

Completed in 34 milliseconds