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

/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java157 HashMap<String, Long> mDirectoryCache = new HashMap<String, Long>(); field in class:MediaProvider
331 mDirectoryCache.clear();
2997 Long cid = mDirectoryCache.get(parentPath);
3021 mDirectoryCache.put(parentPath, id);
3273 mDirectoryCache.put(path, rowId);
4228 mDirectoryCache.remove(newPath);
4243 mDirectoryCache.remove(oldPath);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1396 private HashMap<String, DirectoryInfo> mDirectoryCache = new HashMap<String, DirectoryInfo>(); field in class:ContactsProvider2
5148 synchronized (mDirectoryCache) {
5150 mDirectoryCache.clear();
5161 mDirectoryCache.put(id, info);
5169 return mDirectoryCache.get(directoryId);
5174 synchronized(mDirectoryCache) {

Completed in 159 milliseconds