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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForGroupMembership.java69 private final HashMap<String, ArrayList<GroupIdCacheEntry>> mGroupIdCache; field in class:DataRowHandlerForGroupMembership
75 mGroupIdCache = groupIdCache;
217 ArrayList<GroupIdCacheEntry> entries = mGroupIdCache.get(sourceId);
220 mGroupIdCache.put(sourceId, entries);
H A DContactsProvider2.java1264 private HashMap<String, ArrayList<GroupIdCacheEntry>> mGroupIdCache = Maps.newHashMap(); field in class:ContactsProvider2
1517 mGroupIdCache));
3673 mGroupIdCache.clear();
4170 mGroupIdCache.clear();

Completed in 39 milliseconds