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.java155 HashMap<String, Long> mDirectoryCache = new HashMap<String, Long>(); field in MediaProvider
335 mDirectoryCache.clear();
3013 Long cid = mDirectoryCache.get(parentPath); in getParent()
3037 mDirectoryCache.put(parentPath, id); in getParent()
3290 mDirectoryCache.put(path, rowId); in insertFile()
4248 mDirectoryCache.remove(newPath); in update()
4263 mDirectoryCache.remove(oldPath); in update()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1475 private HashMap<String, DirectoryInfo> mDirectoryCache = new HashMap<String, DirectoryInfo>(); field in ContactsProvider2
5699 synchronized (mDirectoryCache) { in getDirectoryAuthority()
5701 mDirectoryCache.clear(); in getDirectoryAuthority()
5712 mDirectoryCache.put(id, info); in getDirectoryAuthority()
5720 return mDirectoryCache.get(directoryId); in getDirectoryAuthority()
5725 synchronized(mDirectoryCache) { in resetDirectoryCache()