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

/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java145 HashMap<String, Long> mDirectoryCache = new HashMap<String, Long>(); field in class:MediaProvider
316 mDirectoryCache.clear();
2932 Long cid = mDirectoryCache.get(parentPath);
2956 mDirectoryCache.put(parentPath, id);
3211 mDirectoryCache.put(path, rowId);
4152 mDirectoryCache.remove(newPath);
4167 mDirectoryCache.remove(oldPath);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1288 private HashMap<String, DirectoryInfo> mDirectoryCache = new HashMap<String, DirectoryInfo>(); field in class:ContactsProvider2
5109 synchronized (mDirectoryCache) {
5111 mDirectoryCache.clear();
5123 mDirectoryCache.put(id, info);
5131 return mDirectoryCache.get(directoryId);
5136 synchronized(mDirectoryCache) {

Completed in 87 milliseconds