Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java150 HashMap<String, Long> mDirectoryCache = new HashMap<String, Long>(); field in MediaProvider
324 mDirectoryCache.clear();
2974 Long cid = mDirectoryCache.get(parentPath); in getParent()
2998 mDirectoryCache.put(parentPath, id); in getParent()
3253 mDirectoryCache.put(path, rowId); in insertFile()
4209 mDirectoryCache.remove(newPath); in update()
4224 mDirectoryCache.remove(oldPath); in update()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1371 private HashMap<String, DirectoryInfo> mDirectoryCache = new HashMap<String, DirectoryInfo>(); field in ContactsProvider2
5142 synchronized (mDirectoryCache) { in getDirectoryAuthority()
5144 mDirectoryCache.clear(); in getDirectoryAuthority()
5155 mDirectoryCache.put(id, info); in getDirectoryAuthority()
5163 return mDirectoryCache.get(directoryId); in getDirectoryAuthority()
5168 synchronized(mDirectoryCache) { in resetDirectoryCache()